Ignore:
Timestamp:
Mar 31, 2002, 9:01:19 PM (23 years ago)
Author:
bird
Message:

much stuff..

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 $
    22 *
    33 * log - C-style logging - kprintf.
     
    2929        #ifdef INCL_16
    3030            /* 16-bit */
    31             #include <vprntf16.h>
     31            #include <d16vprintf.h>
    3232            #define kprintf(a)          printf16 a
    3333            #define printf this function is not used in 16-bit code! Use printf16!
     
    4949        #ifdef INCL_16
    5050            /* 16-bit */
    51             #include <vprntf16.h>
     51            #include <d16vprintf.h>
    5252            #define kprintf(a)          printf16 a
    5353            #define printf this function is not used in 16-bit code! Use printf16!
Note: See TracChangeset for help on using the changeset viewer.