- Timestamp:
- Nov 10, 1999, 10:11:28 AM (26 years ago)
- 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:37bird Exp $1 /* $Id: vprintf.c,v 1.6 1999-11-10 09:11:28 bird Exp $ 2 2 * 3 3 * vprintf and printf … … 222 222 int vprintf(const char *pszFormat, va_list args) 223 223 { 224 #ifdef RING0 224 225 if (!options.fLogging) 225 226 return 0; 227 #endif 226 228 return vprintf2(pszFormat, args); 227 229 }
Note:
See TracChangeset
for help on using the changeset viewer.