// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_APP_H_
DECLARE_EVENT_TABLE()
};
-class WXDLLEXPORT wxStAppResource
-{
-public:
- wxStAppResource() ;
- ~wxStAppResource() ;
-
- // opaque pointer for CFragInitBlock
- static void OpenSharedLibraryResource(const void *) ;
- static void CloseSharedLibraryResource() ;
-
-private:
- short m_currentRefNum ;
-} ;
-
#endif
// _WX_APP_H_