made globals static to avoid linking problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,9 +26,9 @@ struct wxMacNotificationEvents
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
typedef struct wxMacNotificationEvents wxMacNotificationEvents ;
|
typedef struct wxMacNotificationEvents wxMacNotificationEvents ;
|
||||||
wxMacNotificationEvents gMacNotificationEvents ;
|
static wxMacNotificationEvents gMacNotificationEvents ;
|
||||||
|
|
||||||
ProcessSerialNumber gAppProcess ;
|
static ProcessSerialNumber gAppProcess ;
|
||||||
|
|
||||||
void wxMacWakeUp()
|
void wxMacWakeUp()
|
||||||
{
|
{
|
||||||
|
@@ -26,9 +26,9 @@ struct wxMacNotificationEvents
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
typedef struct wxMacNotificationEvents wxMacNotificationEvents ;
|
typedef struct wxMacNotificationEvents wxMacNotificationEvents ;
|
||||||
wxMacNotificationEvents gMacNotificationEvents ;
|
static wxMacNotificationEvents gMacNotificationEvents ;
|
||||||
|
|
||||||
ProcessSerialNumber gAppProcess ;
|
static ProcessSerialNumber gAppProcess ;
|
||||||
|
|
||||||
void wxMacWakeUp()
|
void wxMacWakeUp()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user