Changeset 6838 for trunk/src


Ignore:
Timestamp:
Sep 27, 2001, 5:04:32 AM (24 years ago)
Author:
bird
Message:

Include stdarg.h.

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:18 bird Exp $
     1/* $Id: kKLprintf.h,v 1.2 2001-09-27 03:04:32 bird Exp $
    22 *
    33 * printf/vprintf header file.
     
    1717
    1818#ifndef va_arg
    19     #error "must include stdarg.h"
     19#include <stdarg.h>                     /* C library stdarg.h. */
    2020#endif
    2121
Note: See TracChangeset for help on using the changeset viewer.