diff options
Diffstat (limited to '')
-rw-r--r-- | src/resource_ids.h (renamed from resource_ids.h) | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/resource_ids.h b/src/resource_ids.h index 353dbd2..4c6d90f 100644 --- a/resource_ids.h +++ b/src/resource_ids.h @@ -1,23 +1,23 @@ -//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by resource.rc
-//
-#define IDD_MAINDIALOG 100
-#define IDC_BUTTON_ELEVATE 1000
-#define IDC_ADMINISTRATOR 1001
-#define IDC_RUN_AS_ADMINISTRATOR 1002
-#define IDC_ELEVATED 1003
-#define IDC_INTEGRITY_LEVEL 1004
-#define IDC_STATIC -1
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NO_MFC 1
-#define _APS_NEXT_RESOURCE_VALUE 129
-#define _APS_NEXT_COMMAND_VALUE 32771
-#define _APS_NEXT_CONTROL_VALUE 1005
-#define _APS_NEXT_SYMED_VALUE 110
-#endif
-#endif
+//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by resource.rc +// +#define IDD_MAINDIALOG 100 +#define IDC_BUTTON_ELEVATE 1000 +#define IDC_ADMINISTRATOR 1001 +#define IDC_RUN_AS_ADMINISTRATOR 1002 +#define IDC_ELEVATED 1003 +#define IDC_INTEGRITY_LEVEL 1004 +#define IDC_STATIC -1 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NO_MFC 1 +#define _APS_NEXT_RESOURCE_VALUE 129 +#define _APS_NEXT_COMMAND_VALUE 32771 +#define _APS_NEXT_CONTROL_VALUE 1005 +#define _APS_NEXT_SYMED_VALUE 110 +#endif +#endif |