try fixing rc to work in 2010 and 2005
This commit is contained in:
parent
5688e953ca
commit
8a020c11ba
|
@ -1,36 +0,0 @@
|
||||||
#ifndef _AFXRES_H
|
|
||||||
#define _AFXRES_H
|
|
||||||
#if __GNUC__ >= 3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _WINDOWS_H
|
|
||||||
#include <windows.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _INC_COMMCTRL
|
|
||||||
#include <commctrl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef SUBLANG_DANISH_DENMARK
|
|
||||||
#define SUBLANG_DANISH_DENMARK SUBLANG_DEFAULT
|
|
||||||
|
|
||||||
#undef SUBLANG_ENGLISH_US
|
|
||||||
#define SUBLANG_ENGLISH_US SUBLANG_DEFAULT
|
|
||||||
|
|
||||||
#undef SUBLANG_FRENCH
|
|
||||||
#define SUBLANG_FRENCH SUBLANG_DEFAULT
|
|
||||||
|
|
||||||
/* IDC_STATIC is documented in winuser.h, but not defined. */
|
|
||||||
#ifndef IDC_STATIC
|
|
||||||
#define IDC_STATIC (-1)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#endif
|
|
|
@ -2,6 +2,7 @@
|
||||||
// Microsoft Visual C++ generated include file.
|
// Microsoft Visual C++ generated include file.
|
||||||
// Used by resources.rc
|
// Used by resources.rc
|
||||||
//
|
//
|
||||||
|
|
||||||
#define IDD_RECORDMOVIE 101
|
#define IDD_RECORDMOVIE 101
|
||||||
#define IDM_OPEN 101
|
#define IDM_OPEN 101
|
||||||
#define IDM_QUIT 102
|
#define IDM_QUIT 102
|
||||||
|
@ -718,13 +719,14 @@
|
||||||
#define IDM_HOTKEY_CONFIG 60079
|
#define IDM_HOTKEY_CONFIG 60079
|
||||||
#define IDC_STATIC -1
|
#define IDC_STATIC -1
|
||||||
|
|
||||||
|
|
||||||
// Next default values for new objects
|
// Next default values for new objects
|
||||||
//
|
//
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
#define _APS_NEXT_RESOURCE_VALUE 101
|
#define _APS_NEXT_RESOURCE_VALUE 105
|
||||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||||
#define _APS_NEXT_CONTROL_VALUE 1000
|
#define _APS_NEXT_CONTROL_VALUE 1001
|
||||||
#define _APS_NEXT_SYMED_VALUE 101
|
#define _APS_NEXT_SYMED_VALUE 101
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue