diff options
Diffstat (limited to 'tipper')
-rw-r--r-- | tipper/tipper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp index 7ed27ec..9a7c3fb 100644 --- a/tipper/tipper.cpp +++ b/tipper/tipper.cpp @@ -29,7 +29,7 @@ HANDLE hShowTipService = 0, hShowTipWService = 0, hHideTipService = 0; struct MM_INTERFACE memoryManagerInterface = {0};
PLUGININFOEX pluginInfo={
- sizeof(PLUGININFO),
+ sizeof(PLUGININFOEX),
__PLUGIN_NAME,
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESC,
|