]>
git.saurik.com Git - wxWidgets.git/blob - src/msw/wince/main.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wince/main.cpp
3 // Purpose: Main/DllMain
4 // Author: Marco Cavallini
8 // Copyright: (c) KOAN SAS ( www.koansoftware.com )
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
13 // For compilers that support precompilation, includes "wx.h".
14 #include "wx/wxprec.h"
16 //#include "wx/event.h"
19 //#include "wx/msw/private.h"
21 // from src/msw/app.cpp
22 //extern void WXDLLEXPORT wxEntryCleanup();
24 // ----------------------------------------------------------------------------
26 BOOL APIENTRY
DllMain( HANDLE hModule
,
27 DWORD ul_reason_for_call
,
34 // ----------------------------------------------------------------------------
36 // ----------------------------------------------------------------------------
38 HINSTANCE wxhInstance
= 0;
40 // ----------------------------------------------------------------------------
42 // ----------------------------------------------------------------------------
44 HINSTANCE
wxGetInstance()
49 void wxSetInstance(HINSTANCE hInst
)