Changeset 4124 for trunk/include/win/debugstr.h
- Timestamp:
- Aug 30, 2000, 3:56:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/debugstr.h
r639 r4124 1 /* $Id: debugstr.h,v 1. 2 1999-08-22 22:47:17 sandervl Exp $ */1 /* $Id: debugstr.h,v 1.3 2000-08-30 13:56:37 sandervl Exp $ */ 2 2 #ifndef __WINE_DEBUGSTR_H 3 3 #define __WINE_DEBUGSTR_H … … 12 12 #define debugstr_w(a) a 13 13 14 extern LPSTR debugstr_an (LPCSTR s, int n);15 14 //extern LPSTR debugstr_a (LPCSTR s); 16 extern LPSTR debugstr_wn (LPCWSTR s, int n);17 15 //extern LPSTR debugstr_w (LPCWSTR s); 18 16 extern LPSTR debugres_a (LPCSTR res);
Note:
See TracChangeset
for help on using the changeset viewer.