Ignore:
Timestamp:
Oct 19, 2001, 2:04:45 AM (24 years ago)
Author:
bird
Message:

New logging facility with some mess/cleanups.

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:32 bird Exp $
     1/* $Id: kKLprintf.h,v 1.3 2001-10-19 00:04:45 bird Exp $
    22 *
    33 * printf/vprintf header file.
     
    2828int vprintf2(const char *pszFormat, va_list args);
    2929
    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>
    3531
    3632#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.