- Timestamp:
- Dec 5, 1999, 11:03:16 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lz32/lz32.cpp
r537 r1976 1 /* $Id: lz32.cpp,v 1. 6 1999-08-17 19:30:49 phallerExp $ */1 /* $Id: lz32.cpp,v 1.7 1999-12-05 10:03:16 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 ODINDEBUGCHANNEL(LZ32) 28 28 29 // @@@PH WINE compatibility macros30 LPWSTR WINAPI lstrcpyAtoW (LPWSTR unicode, LPSTR ascii);31 29 #define SystemHeap GetProcessHeap() 32 30 #define dprintf(a)
Note:
See TracChangeset
for help on using the changeset viewer.