INTEGRATION: CWS obo21 (1.5.616); FILE MERGED
2007/12/07 08:21:53 obo 1.5.616.1: #i84233# change for .Net 2008
This commit is contained in:
parent
8ccd50659c
commit
ccedea748a
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
#if defined(_MSC_VER) && (_MSC_VER < 1500)
|
||||
#include <winres.h>
|
||||
#else
|
||||
#define WINVER 0x0500
|
||||
#include <winresrc.h>
|
||||
#define LB_ADDSTRING (WM_USER+1)
|
||||
#define CB_ADDSTRING (WM_USER+3)
|
||||
#define IDC_STATIC (-1)
|
||||
#endif
|
||||
#include "resource.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue