Changeset 2147 for trunk/src/kernel32/message.cpp
- Timestamp:
- Dec 19, 1999, 9:17:17 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/message.cpp
r1792 r2147 1 /* $Id: message.cpp,v 1. 8 1999-11-21 13:59:36 achimhaExp $ */1 /* $Id: message.cpp,v 1.9 1999-12-19 20:17:17 sandervl Exp $ */ 2 2 3 3 /* … … 26 26 #include "heapstring.h" 27 27 28 typedef VOID (* WVSPRINTFAPROC)(LPSTR,LPCSTR,va_list);28 typedef VOID (* WIN32API WVSPRINTFAPROC)(LPSTR,LPCSTR,va_list); 29 29 WVSPRINTFAPROC wvsprintfAProc = NULL; 30 30
Note:
See TracChangeset
for help on using the changeset viewer.