Ignore:
Timestamp:
Feb 16, 2000, 3:34:41 PM (26 years ago)
Author:
sandervl
Message:

Added new logging feature

File:
1 edited

Legend:

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

    r2582 r2804  
    1 /* $Id: controls.cpp,v 1.9 2000-01-31 22:30:51 sandervl Exp $ */
     1/* $Id: controls.cpp,v 1.10 2000-02-16 14:34:08 sandervl Exp $ */
    22/* File: controls.cpp -- Win32 common controls
    33 *
     
    2121#include "menu.h"
    2222#include "controls.h"
     23
     24#define DBG_LOCALLOG    DBG_controls
     25#include "dbglocal.h"
    2326
    2427ATOM  controlAtoms[MAX_CONTROLS] = {0};
Note: See TracChangeset for help on using the changeset viewer.