diff options
Diffstat (limited to 'IEView/ieview_main.cpp')
-rw-r--r-- | IEView/ieview_main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IEView/ieview_main.cpp b/IEView/ieview_main.cpp index ecde73e..402f656 100644 --- a/IEView/ieview_main.cpp +++ b/IEView/ieview_main.cpp @@ -34,7 +34,7 @@ static int PreShutdown(WPARAM wParam, LPARAM lParam); int hLangpack;
PLUGININFOEX pluginInfoEx = {
- sizeof(PLUGININFOEX),
+ sizeof(PLUGININFOEX),
__PLUGIN_NAME,
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
@@ -44,7 +44,7 @@ PLUGININFOEX pluginInfoEx = { __AUTHORWEB,
UNICODE_AWARE,
0,
- {0x0495171b, 0x7137, 0x4ded, {0x97, 0xf8, 0xce, 0x6f, 0xed, 0x67, 0xd6, 0x91}}
+ {0x0495171b, 0x7137, 0x4ded, {0x97, 0xf8, 0xce, 0x6f, 0xed, 0x67, 0xd6, 0x91}}
};
extern "C" BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
|