summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/mydetails.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-18 21:04:10 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-18 21:04:10 +0000
commit02413392a2b40fcebe5f178c776402a9ce148604 (patch)
tree300d3327a04f932138fa820e9e10755bc58b7235 /plugins/MyDetails/mydetails.h
parentc9700ede2ef5444c6f754322e7c255441d6d6721 (diff)
compilation fix for MyDetails
git-svn-id: http://svn.miranda-ng.org/main/trunk@1027 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/mydetails.h')
-rw-r--r--plugins/MyDetails/mydetails.h23
1 files changed, 3 insertions, 20 deletions
diff --git a/plugins/MyDetails/mydetails.h b/plugins/MyDetails/mydetails.h
index 0780f7335e..dd2d8050d3 100644
--- a/plugins/MyDetails/mydetails.h
+++ b/plugins/MyDetails/mydetails.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
@@ -14,29 +14,12 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this file; see the file license.txt. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+Boston, MA 02111-1307, USA.
*/
#ifndef __MYDETAILS_H__
-# define __MYDETAILS_H__
-
-
-extern "C"
-{
-
-// Dll init
-BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved);
-
-// Exports:
-__declspec(dllexport) PLUGININFO* MirandaPluginInfo(DWORD mirandaVersion);
-int __declspec(dllexport) Load(PLUGINLINK *link);
-int __declspec(dllexport) Unload(void);
-
-
-}
-
-
+#define __MYDETAILS_H__
#endif // __MYDETAILS_H__ \ No newline at end of file