- Timestamp:
- Sep 27, 2001, 5:04:32 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/kKLprintf.h
r6701 r6838 1 /* $Id: kKLprintf.h,v 1. 1 2001-09-14 01:50:18bird Exp $1 /* $Id: kKLprintf.h,v 1.2 2001-09-27 03:04:32 bird Exp $ 2 2 * 3 3 * printf/vprintf header file. … … 17 17 18 18 #ifndef va_arg 19 #error "must include stdarg.h" 19 #include <stdarg.h> /* C library stdarg.h. */ 20 20 #endif 21 21
Note:
See TracChangeset
for help on using the changeset viewer.