Changeset 21999 for trunk/testapp/console/fullpath/fullpath.c
- Timestamp:
- Apr 18, 2012, 10:46:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testapp/console/fullpath/fullpath.c
r21631 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 }
Note:
See TracChangeset
for help on using the changeset viewer.