[mcrux] r155 committed - Windows: build fix.

3 views
Skip to first unread message

codesite...@google.com

unread,
Nov 1, 2009, 9:10:34 AM11/1/09
to mcru...@googlegroups.com
Revision: 155
Author: mital.d.vora
Date: Sun Nov 1 06:09:27 2009
Log: Windows: build fix.
http://code.google.com/p/mcrux/source/detail?r=155

Modified:
/trunk/src/lib/MCrux.cpp

=======================================
--- /trunk/src/lib/MCrux.cpp Sun Nov 1 05:42:59 2009
+++ /trunk/src/lib/MCrux.cpp Sun Nov 1 06:09:27 2009
@@ -24,6 +24,7 @@
#include <window/MCruxWindowManager.h>

#ifdef WIN32
+#include "window/MCruxWin32Window.h"
#include "../win32/stdafx.h"
#include <commctrl.h>
#include <objbase.h>
@@ -82,7 +83,7 @@
InitCtrlEx.dwICC = 0x00004000; //ICC_STANDARD_CLASSES;
InitCommonControlsEx(&InitCtrlEx);

- MCruxWindow::initWindowClass(GetModuleHandle(NULL));
+ MCruxWin32Window::initWindowClass(GetModuleHandle(NULL));

// Init COM
OleInitialize(NULL);
@@ -99,7 +100,7 @@
#ifdef WIN32
// Shut down COM.
OleUninitialize();
- MCruxWindow::unInitWindowClass(GetModuleHandle(NULL));
+ MCruxWin32Window::unInitWindowClass(GetModuleHandle(NULL));
#endif
}

Reply all
Reply to author
Forward
0 new messages