From 30a2dd50ffd863364c55cce89c0641d9023d306b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Feb 2023 17:58:28 +0300 Subject: fixes #3336 (GStreamer libraries) --- plugins/Jingle/res/resource.rc | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 plugins/Jingle/res/resource.rc (limited to 'plugins/Jingle/res/resource.rc') 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 + -- cgit v1.2.3