Changeset 21999 for trunk/testapp/gui/systray/StealthDialog.cpp
- Timestamp:
- Apr 18, 2012, 10:46:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.