diff options
Diffstat (limited to 'plugins/ZeroNotification/res')
-rw-r--r-- | plugins/ZeroNotification/res/ZeroNotifyW.rc | 4 | ||||
-rw-r--r-- | plugins/ZeroNotification/res/resource.h | 20 |
2 files changed, 2 insertions, 22 deletions
diff --git a/plugins/ZeroNotification/res/ZeroNotifyW.rc b/plugins/ZeroNotification/res/ZeroNotifyW.rc index 5d0ab0dcc7..5488ba0257 100644 --- a/plugins/ZeroNotification/res/ZeroNotifyW.rc +++ b/plugins/ZeroNotification/res/ZeroNotifyW.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script.
//
-#include "resource.h"
+#include "..\src\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -79,7 +79,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 1 TEXTINCLUDE
BEGIN
- "resource.\0"
+ "..\\src\\resource.\0"
END
2 TEXTINCLUDE
diff --git a/plugins/ZeroNotification/res/resource.h b/plugins/ZeroNotification/res/resource.h deleted file mode 100644 index ac11d8b30b..0000000000 --- a/plugins/ZeroNotification/res/resource.h +++ /dev/null @@ -1,20 +0,0 @@ -//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by ZeroNotifyW.rc
-//
-#define IDD_OPT_NOSOUND 101
-#define IDC_NOSOUND 1000
-#define IDC_NOBLINK 1002
-#define IDC_NOCLCBLINK 1003
-#define IDC_HIDEMENU 1008
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 103
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1001
-#define _APS_NEXT_SYMED_VALUE 101
-#endif
-#endif
|