Changeset 30 for trunk/gotcha.cpp


Ignore:
Timestamp:
Mar 13, 2018, 11:51:18 PM (7 years ago)
Author:
Gregg Young
Message:

Changes to allow building either Gotcha or Gotchaq. Gotchaq requires defining _QUIET_. Ticket #10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gotcha.cpp

    r27 r30  
    114114
    115115    //DisplayError("DEBUG", "%d", Version());
    116 //#ifdef _USEDLL_ //_QUIET_
     116#ifdef _QUIET_
    117117    if ((Version() < 1))
    118118    {
     
    126126        exit (0);
    127127    }
     128
    128129    bool fPrtScr = FALSE;
    129130    ULONG ulDataSize;
     
    140141                                 &temp, sizeof(bool));
    141142    }
    142 //#endif
     143#endif
    143144
    144145    // register our window classes
     
    184185    //if (g_fQuiet)
    185186    //{
    186 #ifdef _USEDLL_   //_QUIET_
     187#ifdef _QUIET_
     188//#if 1
     189    DebugHereIAm();
    187190        InitDLL (hab, hwndFrame);
    188191        StartInputHook ();
     
    248251    WinDestroyWindow (hwndFrame);
    249252
    250 #ifdef _USEDLL_ //_QUIET_
     253#ifdef _QUIET_
     254//#if 1
    251255    if (fPrtScr || !rc) {
    252256        PrfWriteProfileData(HINI_USERPROFILE, "PM_ControlPanel", "PrintScreen",
Note: See TracChangeset for help on using the changeset viewer.