X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b9e3455225b670d30ee0fb67f8821ada9640f6d..dc1efb1d9f4e4ce7d8f889dad3aaab7026b73058:/include/wx/os2/app.h diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index effb025e8b..d003b78ae9 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -22,7 +22,7 @@ class WXDLLEXPORT wxKeyEvent; class WXDLLEXPORT wxLog; WXDLLEXPORT_DATA(extern wxApp*) wxTheApp; -HAB vHabmain; +WXDLLEXPORT_DATA(extern HAB) vHabmain; // Force an exit from main loop void WXDLLEXPORT wxExit(void);