Calling convention renamed
This commit is contained in:
parent
9eee909b21
commit
c0dbc0caf2
@ -279,7 +279,7 @@ protected:
|
|||||||
///
|
///
|
||||||
/// Dockable application bar frame
|
/// Dockable application bar frame
|
||||||
///
|
///
|
||||||
class ZRCOLA_API wxAppBarFrame : public wxAppBar<wxFrame>
|
class WXEXTEND_API wxAppBarFrame : public wxAppBar<wxFrame>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxAppBarFrame();
|
wxAppBarFrame();
|
||||||
@ -308,7 +308,7 @@ public:
|
|||||||
///
|
///
|
||||||
/// Dockable application bar dialog
|
/// Dockable application bar dialog
|
||||||
///
|
///
|
||||||
class ZRCOLA_API wxAppBarDialog : public wxAppBar<wxDialog>
|
class WXEXTEND_API wxAppBarDialog : public wxAppBar<wxDialog>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxAppBarDialog();
|
wxAppBarDialog();
|
||||||
|
@ -45,9 +45,9 @@
|
|||||||
/// Public function calling convention
|
/// Public function calling convention
|
||||||
///
|
///
|
||||||
#ifdef WXEXTEND
|
#ifdef WXEXTEND
|
||||||
#define ZRCOLA_API __declspec(dllexport)
|
#define WXEXTEND_API __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#define ZRCOLA_API __declspec(dllimport)
|
#define WXEXTEND_API __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
///
|
///
|
||||||
/// Create an object of this class on stack to initialize/cleanup the COM automatically.
|
/// Create an object of this class on stack to initialize/cleanup the COM automatically.
|
||||||
///
|
///
|
||||||
class ZRCOLA_API wxCoInitializer
|
class WXEXTEND_API wxCoInitializer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user