Ignore:
Timestamp:
Apr 7, 2000, 12:01:18 PM (25 years ago)
Author:
sandervl
Message:

writelog mark + SystemParametersInfoA fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbasenonclient.cpp

    r3306 r3337  
    1 /* $Id: win32wbasenonclient.cpp,v 1.19 2000-04-02 15:11:50 cbratschi Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.20 2000-04-07 10:01:18 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    13071307            ShellAboutA(Win32Hwnd,"Odin","Odin alpha release compiled with IBM VAC++",0);
    13081308        }
     1309#ifdef DEBUG
     1310        //SvL: Do NOT turn this into a dprintf.
    13091311        else
    13101312        if (wParam == SC_PUTMARK)
    1311             dprintf(("Mark requested by user\n"));
     1313            WriteLog(("Mark requested by user\n"));
     1314#endif
    13121315        break;
    13131316
Note: See TracChangeset for help on using the changeset viewer.