|
|
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993
/* * util_def.h * * Useful but unspecific macros for C programming * * copyright 1992 by Microsoft Corporation * * revision history: * 18-Dec-1992 John Morgan: written * */ #define forever for(;;) #define arraysize(x) (sizeof(x)/sizeof(x[0])) #define UNREFERENCED_FORMAL_PARAMETER(x) (x)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.