Changeset 8140 for trunk/src/win32k/kKrnlLib/include/kKLlog.h
- Timestamp:
- Mar 31, 2002, 9:01:19 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/kKLlog.h
r7115 r8140 1 /* $Id: kKLlog.h,v 1. 2 2001-10-19 00:04:44 bird Exp $1 /* $Id: kKLlog.h,v 1.3 2002-03-31 19:01:04 bird Exp $ 2 2 * 3 3 * log - C-style logging - kprintf. … … 29 29 #ifdef INCL_16 30 30 /* 16-bit */ 31 #include < vprntf16.h>31 #include <d16vprintf.h> 32 32 #define kprintf(a) printf16 a 33 33 #define printf this function is not used in 16-bit code! Use printf16! … … 49 49 #ifdef INCL_16 50 50 /* 16-bit */ 51 #include < vprntf16.h>51 #include <d16vprintf.h> 52 52 #define kprintf(a) printf16 a 53 53 #define printf this function is not used in 16-bit code! Use printf16!
Note:
See TracChangeset
for help on using the changeset viewer.