From 02413392a2b40fcebe5f178c776402a9ce148604 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Jul 2012 21:04:10 +0000 Subject: compilation fix for MyDetails git-svn-id: http://svn.miranda-ng.org/main/trunk@1027 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MyDetails/mydetails.h | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'plugins/MyDetails/mydetails.h') 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 -- cgit v1.2.3