diff options
author | George Hazan <ghazan@miranda.im> | 2023-02-25 17:58:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-02-25 17:58:28 +0300 |
commit | 30a2dd50ffd863364c55cce89c0641d9023d306b (patch) | |
tree | 4f71d125f30e75a0b68edcdd8af125f10b3ffccd /plugins/Jingle/res/resource.rc | |
parent | 69aaf0e701a5708771d41f4fadaf0468974b1c6d (diff) |
fixes #3336 (GStreamer libraries)
Diffstat (limited to 'plugins/Jingle/res/resource.rc')
-rw-r--r-- | plugins/Jingle/res/resource.rc | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/plugins/Jingle/res/resource.rc b/plugins/Jingle/res/resource.rc new file mode 100644 index 0000000000..5843ada411 --- /dev/null +++ b/plugins/Jingle/res/resource.rc @@ -0,0 +1,42 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (Australia) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS +#pragma code_page(1252) + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_MAIN ICON "main.ico" + +#endif // English (Australia) resources +///////////////////////////////////////////////////////////////////////////// + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + |