mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
reference: UWord_FB added AppExecute support
git-svn-id: svn://ultimatepp.org/upp/trunk@4986 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ddea7aa1e3
commit
b9238df9ca
3 changed files with 1 additions and 13 deletions
|
|
@ -6,18 +6,10 @@ uses
|
|||
PdfDraw,
|
||||
plugin\jpg;
|
||||
|
||||
uses(SKELETON) Skeleton;
|
||||
|
||||
uses(WINALT) WinAlt;
|
||||
|
||||
uses(WINFB) WinFb;
|
||||
|
||||
uses(LINUXFB) LinuxFb;
|
||||
|
||||
uses(SDLFB) SDLFb;
|
||||
|
||||
uses(WINGL) WinGl;
|
||||
|
||||
file
|
||||
UWord.cpp,
|
||||
UWord.iml;
|
||||
|
|
|
|||
|
|
@ -4,10 +4,6 @@
|
|||
#include "RichEdit/init"
|
||||
#include "PdfDraw/init"
|
||||
#include "plugin\jpg/init"
|
||||
#include "Skeleton/init"
|
||||
#include "WinAlt/init"
|
||||
#include "WinFb/init"
|
||||
#include "LinuxFb/init"
|
||||
#include "SDLFb/init"
|
||||
#include "WinGl/init"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR lpCmdLine, int nCmdSh
|
|||
UPP::coreCmdLine__() = UPP::SplitCmdLine__(UPP::FromSystemCharset(lpCmdLine)); \
|
||||
UPP::AppInitEnvironment__(); \
|
||||
UPP::FBInit(hInstance); \
|
||||
GuiMainFn_(); \
|
||||
AppExecute__(GuiMainFn_); \
|
||||
Ctrl::ExitFB(); \
|
||||
UPP::UsrLog("---------- About to delete this log of WinFB..."); \
|
||||
UPP::DeleteUsrLog(); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue