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/uitools.cpp

    r2560 r2804  
    1 /* $Id: uitools.cpp,v 1.22 2000-01-29 14:23:33 sandervl Exp $ */
     1/* $Id: uitools.cpp,v 1.23 2000-02-16 14:34:37 sandervl Exp $ */
    22/*
    33 * User Interface Functions
     
    1515#include "user32.h"
    1616#include "win32wbase.h"
     17
     18#define DBG_LOCALLOG    DBG_uitools
     19#include "dbglocal.h"
    1720
    1821static const WORD wPattern_AA55[8] = { 0xaaaa, 0x5555, 0xaaaa, 0x5555,
Note: See TracChangeset for help on using the changeset viewer.