Changeset 37
- Timestamp:
- Mar 14, 2018, 12:52:55 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/settings.cpp
r30 r37 1187 1187 c = 1; 1188 1188 #ifdef _QUIET_ 1189 rc = DosFindFirst ("goqre *.dll", &hdir, fl, &findbuf,1189 rc = DosFindFirst ("goqres*.dll", &hdir, fl, &findbuf, 1190 1190 sizeof (findbuf), &c, FIL_STANDARD); 1191 1191 #else 1192 rc = DosFindFirst ("gotre *.dll", &hdir, fl, &findbuf,1192 rc = DosFindFirst ("gotres*.dll", &hdir, fl, &findbuf, 1193 1193 sizeof (findbuf), &c, FIL_STANDARD); 1194 1194 #endif … … 1202 1202 PVOID pv; 1203 1203 if (DosGetResource(hmod, RT_RCDATA, DLL_ID, &pv) == NO_ERROR) { 1204 #ifdef _QUIET_ 1205 if (strcmp(PSZ(pv), "Gotchaq!") == 0) { 1206 #else 1204 1207 if (strcmp(PSZ(pv), "Gotcha!") == 0) { 1208 #endif 1205 1209 psz = PSZ(pv)+strlen(PSZ(pv))+3; 1206 1210 ul = WinInsertLboxItem (hwnd, LIT_END, psz); -
trunk/settings.h
r27 r37 26 26 #include "./settings/thth_settings.h" 27 27 28 #ifdef _QUIET 29 #define PSZ_PROFILENAME "gotchaq.ini" 30 #else 28 31 #define PSZ_PROFILENAME "gotcha.ini" 32 #endif 29 33 30 34 // this should be increased every time the format of the proFile changes
Note:
See TracChangeset
for help on using the changeset viewer.