new static structure for using the correct resource file (needed for shared lib)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2002-01-20 16:14:11 +00:00
parent dde587d9bd
commit fa15551ceb

View File

@@ -156,6 +156,15 @@ public :
DECLARE_EVENT_TABLE() DECLARE_EVENT_TABLE()
}; };
class WXDLLEXPORT wxStAppResource
{
public :
wxStAppResource() ;
~wxStAppResource() ;
private :
short m_currentRefNum ;
} ;
// TODO: add platform-specific arguments // TODO: add platform-specific arguments
int WXDLLEXPORT wxEntry( int argc, char *argv[] , bool enterLoop = TRUE); int WXDLLEXPORT wxEntry( int argc, char *argv[] , bool enterLoop = TRUE);