|
|
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993
/*** * * Copyright (C) 1993, Microsoft Corporation. All Rights Reserved. * Information Contained Herein Is Proprietary and Confidential. * * File: * common.h * * Purpose: * * Common definitions across Win16/Win32 * *****************************************************************************/ #ifndef __Common_h_ #define __Common_h_ #ifdef WIN32 # define STRLEN strlen # define STRICMP _stricmp # define MEMCPY memcpy # define MEMCMP memcmp # define MEMSET memset # define STRSTR strstr #else # define STRLEN _fstrlen # define STRICMP _fstricmp # define MEMCPY _fmemcpy # define MEMCMP _fmemcmp # define MEMSET _fmemset # define STRSTR _fstrstr #endif #endif // __Common_h_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.