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:
Vadim Zeitlin 2003-09-20 15:37:07 +00:00
parent 462988d5f9
commit af34705c34
2 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@ struct wxMacNotificationEvents
} ;
typedef struct wxMacNotificationEvents wxMacNotificationEvents ;
wxMacNotificationEvents gMacNotificationEvents ;
static wxMacNotificationEvents gMacNotificationEvents ;
ProcessSerialNumber gAppProcess ;
static ProcessSerialNumber gAppProcess ;
void wxMacWakeUp()
{

View File

@ -26,9 +26,9 @@ struct wxMacNotificationEvents
} ;
typedef struct wxMacNotificationEvents wxMacNotificationEvents ;
wxMacNotificationEvents gMacNotificationEvents ;
static wxMacNotificationEvents gMacNotificationEvents ;
ProcessSerialNumber gAppProcess ;
static ProcessSerialNumber gAppProcess ;
void wxMacWakeUp()
{