Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

Winres.h

Go to the documentation of this file.
00001 // This is a part of the Microsoft Foundation Classes C++ library.
00002 // Copyright (C) 1992-1998 Microsoft Corporation
00003 // All rights reserved.
00004 //
00005 // This source code is only intended as a supplement to the
00006 // Microsoft Foundation Classes Reference and related
00007 // electronic documentation provided with the library.
00008 // See these sources for detailed information regarding the
00009 // Microsoft Foundation Classes product.
00010 
00011 // winres.h - Windows resource definitions
00012 //  extracted from WINUSER.H and COMMCTRL.H
00013 
00014 #ifdef _AFX_MINREBUILD
00015 #pragma component(minrebuild, off)
00016 #endif
00017 
00018 #define VS_VERSION_INFO     1
00019 
00020 #ifdef APSTUDIO_INVOKED
00021 #define APSTUDIO_HIDDEN_SYMBOLS // Ignore following symbols
00022 #endif
00023 
00024 #ifndef WINVER
00025 #define WINVER 0x0400   // default to Windows Version 4.0
00026 #endif
00027 
00028 #include <winresrc.h>
00029 
00030 // operation messages sent to DLGINIT
00031 #define LB_ADDSTRING    (WM_USER+1)
00032 #define CB_ADDSTRING    (WM_USER+3)
00033 
00034 #ifdef APSTUDIO_INVOKED
00035 #undef APSTUDIO_HIDDEN_SYMBOLS
00036 #endif
00037 
00038 #ifdef IDC_STATIC
00039 #undef IDC_STATIC
00040 #endif
00041 #define IDC_STATIC      (-1)
00042 
00043 #ifdef _AFX_MINREBUILD
00044 #pragma component(minrebuild, on)
00045 #endif

Generated on Tue Sep 30 12:36:40 2003 for GTestAndEngine by doxygen 1.3.2