summaryrefslogtreecommitdiff
path: root/UserGuide/main.c
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-29 23:12:14 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-29 23:12:14 +0000
commit4a8d7c10bc12e1e6fd2bd42d1727d7ef4d9612a2 (patch)
tree30d6970ebfad05bd0dd385e4cdaca0fc55fd5cf4 /UserGuide/main.c
parent35a4603c6135738a5c9f7729c6bb19f9ce656c8a (diff)
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@231 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'UserGuide/main.c')
-rw-r--r--UserGuide/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UserGuide/main.c b/UserGuide/main.c
index dae5b7e..8536583 100644
--- a/UserGuide/main.c
+++ b/UserGuide/main.c
@@ -22,7 +22,7 @@ PLUGININFOEX pluginInfo={
MIID_USERGUIDE
};
-static int ShowGuideFile(WPARAM wParam,LPARAM lParam)
+static INT_PTR ShowGuideFile(WPARAM wParam,LPARAM lParam)
{
DBVARIANT dbv = {0};
int iRes;