Changeset 1683 for trunk/src


Ignore:
Timestamp:
Nov 10, 1999, 10:11:28 AM (26 years ago)
Author:
bird
Message:

Oops. Forgot to wrap in some Ring 0 code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/misc/vprintf.c

    r1678 r1683  
    1 /* $Id: vprintf.c,v 1.5 1999-11-10 01:45:37 bird Exp $
     1/* $Id: vprintf.c,v 1.6 1999-11-10 09:11:28 bird Exp $
    22 *
    33 * vprintf and printf
     
    222222int vprintf(const char *pszFormat, va_list args)
    223223{
     224    #ifdef RING0
    224225    if (!options.fLogging)
    225226        return 0;
     227    #endif
    226228    return vprintf2(pszFormat, args);
    227229}
Note: See TracChangeset for help on using the changeset viewer.