diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-01 22:39:48 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-01 22:39:48 +0000 |
commit | 06ddd6b98d4b76bdc8ba20d4b2fd63211f92c93d (patch) | |
tree | f782becc6b87ae7918ed44d46f5056664e85a77e /updater/updater.cpp | |
parent | 36602eb01f63d6b7cf746eb15dbdbaee255a8bcb (diff) |
added 'UNICODE_AWARE' flag to pluginInfo
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@103 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r-- | updater/updater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp index aebe70d..61e54bc 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -26,8 +26,8 @@ PLUGININFO pluginInfo={ __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
- 0, //not transient
- 0 //doesn't replace anything built-in
+ UNICODE_AWARE, //not transient
+ 0 //doesn't replace anything built-in
};
extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved)
|