Calling convention renamed
This commit is contained in:
parent
9eee909b21
commit
c0dbc0caf2
@ -279,7 +279,7 @@ protected:
|
||||
///
|
||||
/// Dockable application bar frame
|
||||
///
|
||||
class ZRCOLA_API wxAppBarFrame : public wxAppBar<wxFrame>
|
||||
class WXEXTEND_API wxAppBarFrame : public wxAppBar<wxFrame>
|
||||
{
|
||||
public:
|
||||
wxAppBarFrame();
|
||||
@ -308,7 +308,7 @@ public:
|
||||
///
|
||||
/// Dockable application bar dialog
|
||||
///
|
||||
class ZRCOLA_API wxAppBarDialog : public wxAppBar<wxDialog>
|
||||
class WXEXTEND_API wxAppBarDialog : public wxAppBar<wxDialog>
|
||||
{
|
||||
public:
|
||||
wxAppBarDialog();
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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:
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user