Changeset 89 for trunk/snapshot.cpp


Ignore:
Timestamp:
Aug 24, 2020, 11:57:26 PM (5 years ago)
Author:
Gregg Young
Message:

Remove snapshot window stuff from Gotcha Quiet. Add strings and adjust code so the error caused by trying to open GQ twice can be translated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/snapshot.cpp

    r2 r89  
    1919
    2020// ** CreateSnapshotWindow ************************************************ /*FOLD00*/
    21 
     21#ifndef _QUIET_
    2222HWND CreateSnapshotWindow (VOID)
    2323{
     
    206206    return WinDefWindowProc (hwnd, msg, mp1, mp2);
    207207}
    208 
     208#endif
    209209// ************************************************************************
Note: See TracChangeset for help on using the changeset viewer.