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

Added new logging feature

File:
1 edited

Legend:

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

    r2668 r2803  
    1 /* $Id: windlg.cpp,v 1.15 2000-02-06 17:39:35 cbratschi Exp $ */
     1/* $Id: windlg.cpp,v 1.16 2000-02-16 14:28:25 sandervl Exp $ */
    22/*
    33 * Win32 dialog apis for OS/2
     
    2626#include <win\drive.h>
    2727
     28#define DBG_LOCALLOG    DBG_windlg
     29#include "dbglocal.h"
     30
    2831static INT  DIALOG_DlgDirListW( HWND hDlg, LPWSTR spec, INT idLBox, INT idStatic, UINT attrib, BOOL combo );
    2932static INT  DIALOG_DlgDirList( HWND hDlg, LPSTR spec, INT idLBox, INT idStatic, UINT attrib, BOOL combo );
Note: See TracChangeset for help on using the changeset viewer.