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

    r2533 r2804  
    1 /* $Id: oslibmsg.cpp,v 1.27 2000-01-27 21:50:01 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.28 2000-02-16 14:34:26 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    3333#include "oslibwin.h"
    3434
     35#define DBG_LOCALLOG    DBG_oslibmsg
     36#include "dbglocal.h"
     37
    3538typedef BOOL (EXPENTRY FNTRANS)(MSG *, QMSG *);
    3639typedef FNTRANS *PFNTRANS;
Note: See TracChangeset for help on using the changeset viewer.