Changeset 7115 for trunk/src/win32k/kKrnlLib/include/kKLprintf.h
- Timestamp:
- Oct 19, 2001, 2:04:45 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/kKLprintf.h
r6838 r7115 1 /* $Id: kKLprintf.h,v 1. 2 2001-09-27 03:04:32bird Exp $1 /* $Id: kKLprintf.h,v 1.3 2001-10-19 00:04:45 bird Exp $ 2 2 * 3 3 * printf/vprintf header file. … … 28 28 int vprintf2(const char *pszFormat, va_list args); 29 29 30 /* 31 * va_start have to be redeclared. Compiler don't accept SSToDS() as va_start argument. 32 */ 33 #undef va_start 34 #define va_start(ap, last) ap = ((va_list)SSToDS(&last)) + __nextword(last) 30 #include <kKLstdarg.h> 35 31 36 32 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.