Changeset 6381 for trunk/include/win/debugstr.h
- Timestamp:
- Jul 21, 2001, 11:10:49 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/debugstr.h
r4124 r6381 1 /* $Id: debugstr.h,v 1.3 2000-08-30 13:56:37 sandervl Exp $ */2 1 #ifndef __WINE_DEBUGSTR_H 3 2 #define __WINE_DEBUGSTR_H … … 9 8 as strings are re-used. */ 10 9 11 #define debugstr_a(a) a12 #define debugstr_w(a) a10 #define debugstr_a(a) debugstr_an(a, 80) 11 #define debugstr_w(a) debugstr_wn(a, 80) 13 12 14 13 //extern LPSTR debugstr_a (LPCSTR s);
Note:
See TracChangeset
for help on using the changeset viewer.