Changeset 12645
- Timestamp:
- Dec 12, 1999, 3:31:49 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/ChangeLog ¶
r12642 r12645 1 /* $Id: ChangeLog,v 1.530 1999-12-11 13:37:13 sandervl Exp $ */ 1 /* $Id: ChangeLog,v 1.531 1999-12-12 14:31:49 sandervl Exp $ */ 2 3 99-12-12: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: Changed logging in winimagepeldr.cpp 5 Uses private log with dprintfs instead of file streams. 6 Added support for private dll logs (see comments in misc.h) 7 //To use private dll logging, define PRIVATE_LOGGING and 8 //add Open/ClosePrivateLogFiles (see below) functions to the dll 9 //to open close the private logfile. The logfile handle should 10 //be stored in the _privateLogFile variable 11 //dprintf can be called like this: 12 //dprintf((LOG, "PE file : %s", szFileName)); 2 13 3 14 99-12-11: Jens Wiessner <wiessnej@rfi.de>
Note:
See TracChangeset
for help on using the changeset viewer.