38 lines
939 B
C
38 lines
939 B
C
|
//{{NO_DEPENDENCIES}}
|
||
|
// Microsoft Visual C++ generated include file.
|
||
|
// Used by themes.rc
|
||
|
//
|
||
|
// Microsoft Desktop Themes
|
||
|
// Copyright (c) 1994-1999 Microsoft Corporation. All rights reserved.
|
||
|
//
|
||
|
#define CPCAPTION 1
|
||
|
#define THEMES_CPL_NAME 2
|
||
|
#define THEMES_CPL_CAPTION 3
|
||
|
#define EXE_NAME 4
|
||
|
#define THEMES_ICON 101
|
||
|
|
||
|
LONG CALLBACK CPlApplet(HWND, UINT, LPARAM, LPARAM);
|
||
|
|
||
|
#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))
|
||
|
#define SZSIZEINBYTES(x) (lstrlen(x)*sizeof(TCHAR)+1)
|
||
|
|
||
|
// Next default values for new objects
|
||
|
//
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
||
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
||
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
||
|
#define _APS_NEXT_SYMED_VALUE 101
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
|
#ifdef DBG
|
||
|
#define DEBUG
|
||
|
#endif
|
||
|
|
||
|
#ifdef _DEBUG
|
||
|
#define DEBUG
|
||
|
#endif
|
||
|
|