Changeset 6383 for trunk/include/win/debugstr.h
- Timestamp:
- Jul 21, 2001, 11:27:34 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/debugstr.h
r6381 r6383 8 8 as strings are re-used. */ 9 9 10 #ifdef DEBUG 10 11 #define debugstr_a(a) debugstr_an(a, 80) 11 12 #define debugstr_w(a) debugstr_wn(a, 80) 13 #else 14 #define debugstr_a(a) a 15 #define debugstr_w(a) a 16 #endif 12 17 13 18 //extern LPSTR debugstr_a (LPCSTR s);
Note:
See TracChangeset
for help on using the changeset viewer.