|
|
1.1 ! root 1: /*** ! 2: * ! 3: * Copyright (C) 1993, Microsoft Corporation. All Rights Reserved. ! 4: * Information Contained Herein Is Proprietary and Confidential. ! 5: * ! 6: * File: ! 7: * common.h ! 8: * ! 9: * Purpose: ! 10: * ! 11: * Common definitions across Win16/Win32 ! 12: * ! 13: *****************************************************************************/ ! 14: ! 15: #ifndef __Common_h_ ! 16: #define __Common_h_ ! 17: ! 18: #ifdef WIN32 ! 19: # define STRLEN strlen ! 20: # define STRICMP _stricmp ! 21: # define MEMCPY memcpy ! 22: # define MEMCMP memcmp ! 23: # define MEMSET memset ! 24: # define STRSTR strstr ! 25: #else ! 26: # define STRLEN _fstrlen ! 27: # define STRICMP _fstricmp ! 28: # define MEMCPY _fmemcpy ! 29: # define MEMCMP _fmemcmp ! 30: # define MEMSET _fmemset ! 31: # define STRSTR _fstrstr ! 32: #endif ! 33: ! 34: #endif // __Common_h_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.