Changeset 30 for trunk/gotcha.cpp
- Timestamp:
- Mar 13, 2018, 11:51:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gotcha.cpp
r27 r30 114 114 115 115 //DisplayError("DEBUG", "%d", Version()); 116 //#ifdef _USEDLL_ //_QUIET_116 #ifdef _QUIET_ 117 117 if ((Version() < 1)) 118 118 { … … 126 126 exit (0); 127 127 } 128 128 129 bool fPrtScr = FALSE; 129 130 ULONG ulDataSize; … … 140 141 &temp, sizeof(bool)); 141 142 } 142 //#endif143 #endif 143 144 144 145 // register our window classes … … 184 185 //if (g_fQuiet) 185 186 //{ 186 #ifdef _USEDLL_ //_QUIET_ 187 #ifdef _QUIET_ 188 //#if 1 189 DebugHereIAm(); 187 190 InitDLL (hab, hwndFrame); 188 191 StartInputHook (); … … 248 251 WinDestroyWindow (hwndFrame); 249 252 250 #ifdef _USEDLL_ //_QUIET_ 253 #ifdef _QUIET_ 254 //#if 1 251 255 if (fPrtScr || !rc) { 252 256 PrfWriteProfileData(HINI_USERPROFILE, "PM_ControlPanel", "PrintScreen",
Note:
See TracChangeset
for help on using the changeset viewer.