Changeset 120
- Timestamp:
- 08/17/10 01:42:10 (18 months ago)
- Files:
-
- 1 modified
-
cafu/branches/cafu_to_wx/Ca3DE/MainCanvas.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/branches/cafu_to_wx/Ca3DE/MainCanvas.cpp
r119 r120 46 46 #include "PlatformAux.hpp" 47 47 48 #ifndef _WIN32 49 #include <dlfcn.h> 50 #define __stdcall 51 #define GetProcAddress dlsym 52 #define FreeLibrary dlclose 53 #endif 54 48 55 49 56 class SvGuiCallbT : public ServerT::GuiCallbackI … … 559 566 { 560 567 // The main window is minimized - give other applications a chance to run. 561 Sleep(5);568 wxMilliSleep(5); 562 569 } 563 570
