From c0dbc0caf2b1c837f8f70a8ce0a3c1b43163e0a7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 17 Mar 2016 12:14:58 +0100 Subject: [PATCH] Calling convention renamed --- include/wxex/appbar.h | 4 ++-- include/wxex/common.h | 4 ++-- include/wxex/comutils.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/wxex/appbar.h b/include/wxex/appbar.h index 4a9d479..118397d 100644 --- a/include/wxex/appbar.h +++ b/include/wxex/appbar.h @@ -279,7 +279,7 @@ protected: /// /// Dockable application bar frame /// -class ZRCOLA_API wxAppBarFrame : public wxAppBar +class WXEXTEND_API wxAppBarFrame : public wxAppBar { public: wxAppBarFrame(); @@ -308,7 +308,7 @@ public: /// /// Dockable application bar dialog /// -class ZRCOLA_API wxAppBarDialog : public wxAppBar +class WXEXTEND_API wxAppBarDialog : public wxAppBar { public: wxAppBarDialog(); diff --git a/include/wxex/common.h b/include/wxex/common.h index 1ce0636..3030c02 100644 --- a/include/wxex/common.h +++ b/include/wxex/common.h @@ -45,9 +45,9 @@ /// Public function calling convention /// #ifdef WXEXTEND -#define ZRCOLA_API __declspec(dllexport) +#define WXEXTEND_API __declspec(dllexport) #else -#define ZRCOLA_API __declspec(dllimport) +#define WXEXTEND_API __declspec(dllimport) #endif diff --git a/include/wxex/comutils.h b/include/wxex/comutils.h index c2ecb21..c510252 100644 --- a/include/wxex/comutils.h +++ b/include/wxex/comutils.h @@ -25,7 +25,7 @@ /// /// Create an object of this class on stack to initialize/cleanup the COM automatically. /// -class ZRCOLA_API wxCoInitializer +class WXEXTEND_API wxCoInitializer { public: ///