|
|
1.1 root 1: // Microsoft Foundation Classes C++ library.
2: // Copyright (C) 1992,93 Microsoft Corporation,
3: // All rights reserved.
4:
5: // This source code is only intended as a supplement to the
6: // Microsoft Foundation Classes Reference and Microsoft
7: // QuickHelp and/or WinHelp documentation provided with the library.
8: // See these sources for detailed information regarding the
9: // Microsoft Foundation Classes product.
10:
11: // Target version/configuration control for supported platforms
12:
13:
14: /////////////////////////////////////////////////////////////////////////////
15: // Intel x86
16:
17: // None needed
18:
19:
20: /////////////////////////////////////////////////////////////////////////////
21: // MIPS R4000
22:
23: #ifdef _M_MRX000
24:
25: #ifndef ALL_WARNINGS
26: #pragma warning(disable: 4616) // disabled warning number out of range
27: #endif //ALL_WARNINGS
28:
29: #define CALL_DLL_CRT_INIT // DllMain requires explicit call to _CRT_INIT
30:
31: #endif
32:
33:
34: /////////////////////////////////////////////////////////////////////////////
35: // DEC Alpha AXP
36:
37: #ifdef _ALPHA_
38:
39: #define CALL_DLL_CRT_INIT // DllMain requires explicit call to _CRT_INIT
40:
41: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.