Changeset 21999 for trunk/testapp/gui
- Timestamp:
- Apr 18, 2012, 10:46:37 PM (13 years ago)
- Location:
- trunk/testapp/gui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testapp/gui/fontlist/fontlist.c
r21539 r21999 25 25 _argc = argc; 26 26 _argv = argv; 27 EnableSEH(); 27 #ifdef ODIN_FORCE_WIN32_TIB 28 ForceWin32TIB(); 29 #endif 28 30 RegisterLxExe(WinMain, NULL); 29 31 } -
trunk/testapp/gui/input/input.c
r21916 r21999 17 17 int main() 18 18 { 19 EnableSEH(); 19 #ifdef ODIN_FORCE_WIN32_TIB 20 ForceWin32TIB(); 21 #endif 20 22 RegisterLxExe(WinMain, NULL); 21 23 return 0; -
trunk/testapp/gui/systray/StealthDialog.cpp
r21603 r21999 29 29 int main(int argc, char **argv) 30 30 { 31 EnableSEH(); 31 #ifdef ODIN_FORCE_WIN32_TIB 32 ForceWin32TIB(); 33 #endif 32 34 RegisterLxExe((WINMAIN)_tWinMain, (PVOID)&Resource_PEResTab); 33 35 }
Note:
See TracChangeset
for help on using the changeset viewer.