diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-29 14:04:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-29 14:04:14 +0000 |
commit | 8a6cd84bd31d9f5bbcc5f2256e156ed37326cf9b (patch) | |
tree | eda7cae5c35e331d4c04dfb11cc2c6f17418e912 /src/mir_core/miranda.cpp | |
parent | bd3493f9fe92b2bfdcd30f3a63dcab2c608d0606 (diff) |
no more WIN64, only _WIN64
git-svn-id: http://svn.miranda-ng.org/main/trunk@4832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/miranda.cpp')
-rw-r--r-- | src/mir_core/miranda.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mir_core/miranda.cpp b/src/mir_core/miranda.cpp index 20ba050774..640f2d89db 100644 --- a/src/mir_core/miranda.cpp +++ b/src/mir_core/miranda.cpp @@ -2,7 +2,7 @@ Miranda IM: the free IM client for Microsoft* Windows*
-Copyright 2000-12 Miranda IM, 2012-13 Miranda NG project,
+Copyright 2000-12 Miranda IM, 2012-13 Miranda NG project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -11,7 +11,7 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
-This program is distributed in the hope that it will be useful,
+This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
@@ -65,7 +65,7 @@ static void LoadCoreModule(void) hStackMutex = CreateMutex(NULL, FALSE, NULL);
hThreadQueueEmpty = CreateEvent(NULL, TRUE, TRUE, NULL);
- #ifdef WIN64
+ #ifdef _WIN64
HMODULE mirInst = GetModuleHandleA("miranda64.exe");
#else
HMODULE mirInst = GetModuleHandleA("miranda32.exe");
|