Changeset 8162 for trunk/src


Ignore:
Timestamp:
Apr 1, 2002, 12:04:26 PM (23 years ago)
Author:
bird
Message:

Stop complaining, just include the stupid file. (stdarg.h)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/kKLsprintf.h

    r6701 r8162  
    1 /* $Id: kKLsprintf.h,v 1.1 2001-09-14 01:50:18 bird Exp $
     1/* $Id: kKLsprintf.h,v 1.2 2002-04-01 10:04:26 bird Exp $
    22 *
    33 * sprintf/vsprintf header file.
     
    1717
    1818#ifndef va_arg
     19#if 0
    1920    #error "must include stdarg.h"
     21#else
     22    #include <stdarg.h>
     23#endif
    2024#endif
    2125
Note: See TracChangeset for help on using the changeset viewer.