summaryrefslogtreecommitdiff
path: root/plugins/Scriver/commonheaders.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-23 21:06:11 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-23 21:06:11 +0000
commit5b3b0020dd6b3797a5808c7362e358df48bd4e49 (patch)
tree9ee3e4de8b8f04a8faf4186ae2e1f84c3ef21b17 /plugins/Scriver/commonheaders.h
parent449553a9543c7ecc601f74c4abccc07d13521b15 (diff)
Scriver:
plusified git-svn-id: http://svn.miranda-ng.org/main/trunk@591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/commonheaders.h')
-rw-r--r--plugins/Scriver/commonheaders.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/plugins/Scriver/commonheaders.h b/plugins/Scriver/commonheaders.h
index ce5def75e0..ff28919984 100644
--- a/plugins/Scriver/commonheaders.h
+++ b/plugins/Scriver/commonheaders.h
@@ -103,11 +103,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define CFM_WEIGHT 0x00400000
#endif
-#if _MSC_VER >= 1500
- #define wEffects wReserved
-#endif
-
extern HWND SM_FindWindowByContact(HANDLE hContact);
+extern HINSTANCE g_hInst;
#define SPLITTER_HEIGHT 4
#define TOOLBAR_HEIGHT 24
@@ -117,5 +114,15 @@ extern HWND SM_FindWindowByContact(HANDLE hContact);
#define BOTTOM_RIGHT_AVATAR_HEIGHT 64
#define INFO_BAR_COLOR COLOR_INACTIVEBORDER
+int Chat_Load();
+int Chat_Unload();
+int Chat_ModulesLoaded(WPARAM wParam,LPARAM lParam);
+int Chat_FontsChanged(WPARAM wParam,LPARAM lParam);
+int Chat_SmileyOptionsChanged(WPARAM wParam,LPARAM lParam);
+int Chat_PreShutdown(WPARAM wParam,LPARAM lParam);
+int Chat_IconsChanged(WPARAM wParam,LPARAM lParam);
+int OptInitialise(WPARAM wParam, LPARAM lParam);
+int FontServiceFontsChanged(WPARAM wParam, LPARAM lParam);
+int StatusIconPressed(WPARAM wParam, LPARAM lParam);
#endif