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:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user