diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-12 14:25:56 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-12 14:25:56 +0000 |
commit | af1927ce05cd07c036c9fb73c363c3b489fc6bc7 (patch) | |
tree | aaf87abff0c24ef181271eba0a12f7c41fbc9941 /protocols/Steam/proto_steam/src | |
parent | 2f3a0b621a27f2a08243681fc94c0b49f4201940 (diff) |
added proto_steam
git-svn-id: http://svn.miranda-ng.org/main/trunk@8963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/proto_steam/src')
-rw-r--r-- | protocols/Steam/proto_steam/src/resource.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/protocols/Steam/proto_steam/src/resource.h b/protocols/Steam/proto_steam/src/resource.h new file mode 100644 index 0000000000..a728ea6e15 --- /dev/null +++ b/protocols/Steam/proto_steam/src/resource.h @@ -0,0 +1,20 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Proto_IRC.rc
+//
+#define IDI_ICON1 105
+#define IDI_ICON2 104
+#define IDI_ICON3 128
+#define IDI_ICON4 158
+#define IDI_ICON5 1003
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 104
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|