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:
parent
462988d5f9
commit
af34705c34
@ -26,9 +26,9 @@ struct wxMacNotificationEvents
|
||||
} ;
|
||||
|
||||
typedef struct wxMacNotificationEvents wxMacNotificationEvents ;
|
||||
wxMacNotificationEvents gMacNotificationEvents ;
|
||||
static wxMacNotificationEvents gMacNotificationEvents ;
|
||||
|
||||
ProcessSerialNumber gAppProcess ;
|
||||
static ProcessSerialNumber gAppProcess ;
|
||||
|
||||
void wxMacWakeUp()
|
||||
{
|
||||
|
@ -26,9 +26,9 @@ struct wxMacNotificationEvents
|
||||
} ;
|
||||
|
||||
typedef struct wxMacNotificationEvents wxMacNotificationEvents ;
|
||||
wxMacNotificationEvents gMacNotificationEvents ;
|
||||
static wxMacNotificationEvents gMacNotificationEvents ;
|
||||
|
||||
ProcessSerialNumber gAppProcess ;
|
||||
static ProcessSerialNumber gAppProcess ;
|
||||
|
||||
void wxMacWakeUp()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user