14 lines
233 B
C
14 lines
233 B
C
|
//
|
||
|
// Copyright(c) 1996 - 1999. Microsoft Corporation.
|
||
|
//
|
||
|
|
||
|
// afxres.h
|
||
|
|
||
|
#include <windows.h>
|
||
|
#undef _WIN32
|
||
|
#ifdef IDC_STATIC
|
||
|
#undef IDC_STATIC
|
||
|
#endif
|
||
|
#define IDC_STATIC (-1) // all static controls
|
||
|
|