From 48540940b6c28bb4378abfeb500ec45a625b37b6 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 15 May 2012 10:38:20 +0000 Subject: initial commit git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/tipper/tipper.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/tipper/tipper.h (limited to 'plugins/tipper/tipper.h') diff --git a/plugins/tipper/tipper.h b/plugins/tipper/tipper.h new file mode 100644 index 0000000000..94e4778891 --- /dev/null +++ b/plugins/tipper/tipper.h @@ -0,0 +1,12 @@ +// The following ifdef block is the standard way of creating macros which make exporting +// from a DLL simpler. All files within this DLL are compiled with the POPUPS2_EXPORTS +// symbol defined on the command line. this symbol should not be defined on any project +// that uses this DLL. This way any other project whose source files include this file see +// POPUPS2_API functions as being imported from a DLL, whereas this DLL sees symbols +// defined with this macro as being exported. +#ifdef TIPPER_EXPORTS +#define TIPPER_API __declspec(dllexport) +#else +#define TIPPER_API __declspec(dllimport) +#endif + -- cgit v1.2.3