diff options
Diffstat (limited to 'plugins/!NotAdopted/MirandaG15/src/Miranda.h')
-rw-r--r-- | plugins/!NotAdopted/MirandaG15/src/Miranda.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/MirandaG15/src/Miranda.h b/plugins/!NotAdopted/MirandaG15/src/Miranda.h new file mode 100644 index 0000000000..851da133cb --- /dev/null +++ b/plugins/!NotAdopted/MirandaG15/src/Miranda.h @@ -0,0 +1,4 @@ +extern HINSTANCE hInstance;
+extern char *MsgServiceName(HANDLE hContact,bool bIsUnicode);
+extern bool g_bUnicode;
+
|