|
From: Charles L. <cn...@us...> - 2009-02-08 22:08:07
|
Update of /cvsroot/hgengine/Mercury/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21176 Modified Files: Win32Window.cpp Log Message: Fix windows compilation with new crash handler. Index: Win32Window.cpp =================================================================== RCS file: /cvsroot/hgengine/Mercury/src/Win32Window.cpp,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** Win32Window.cpp 21 Jan 2009 20:12:09 -0000 1.34 --- Win32Window.cpp 8 Feb 2009 22:08:01 -0000 1.35 *************** *** 4,7 **** --- 4,10 ---- #include "MercuryLog.h" #include "MercuryINI.h" + #include "crash/cnbacktrace.h" + #include "crash/cncrash.h" + #include "MercuryInputWin32.h" #include "MercuryDriverRegister.h" |