diff options
Diffstat (limited to 'protocols/Skype/src')
-rw-r--r-- | protocols/Skype/src/resource.h | 16 | ||||
-rw-r--r-- | protocols/Skype/src/skype.h | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/protocols/Skype/src/resource.h b/protocols/Skype/src/resource.h new file mode 100644 index 0000000000..6f23e4f274 --- /dev/null +++ b/protocols/Skype/src/resource.h @@ -0,0 +1,16 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Resource.rc
+//
+#define IDI_ICON 101
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 102
+#define _APS_NEXT_COMMAND_VALUE 40075
+#define _APS_NEXT_CONTROL_VALUE 1000
+#define _APS_NEXT_SYMED_VALUE 102
+#endif
+#endif
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 908b8bda21..bc9dc36372 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -35,7 +35,7 @@ #include "version.h"
#include "skype_proto.h"
-
+#include "resource.h"
// skype
#define SSL_LIB_CYASSL
|