diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-14 12:57:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-14 12:57:54 +0300 |
commit | 313ab14bd5e61167b871cfada90567c156fa65eb (patch) | |
tree | c105467871f138f3ab046db102d47557d75b4705 /protocols/Facebook/res/facebook.rc | |
parent | 339c8817ecda334f3f7af41df07a6e7bdce8824a (diff) |
new Facebook plugin: very first version
Diffstat (limited to 'protocols/Facebook/res/facebook.rc')
-rw-r--r-- | protocols/Facebook/res/facebook.rc | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/protocols/Facebook/res/facebook.rc b/protocols/Facebook/res/facebook.rc new file mode 100644 index 0000000000..d5669c116a --- /dev/null +++ b/protocols/Facebook/res/facebook.rc @@ -0,0 +1,52 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (United States) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "..\\src\\resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "winres.h\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. + +IDI_FACEBOOK ICON "facebook.ico" + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// |