forked from metin-server/m2dev-client-src
WebView2 added as embedded browser
This commit is contained in:
@@ -9,10 +9,9 @@
|
||||
#include <crtdbg.h>
|
||||
#endif
|
||||
|
||||
#include "../eterPack/EterPackManager.h"
|
||||
#include "../eterLib/Util.h"
|
||||
#include "../CWebBrowser/CWebBrowser.h"
|
||||
#include "../eterBase/CPostIt.h"
|
||||
#include "eterPack/EterPackManager.h"
|
||||
#include "eterLib/Util.h"
|
||||
#include "eterBase/CPostIt.h"
|
||||
|
||||
#include "CheckLatestFiles.h"
|
||||
|
||||
@@ -637,8 +636,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
|
||||
}
|
||||
#endif
|
||||
|
||||
WebBrowser_Startup(hInstance);
|
||||
|
||||
if (!CheckPythonLibraryFilenames())
|
||||
{
|
||||
__ErrorPythonLibraryIsNotExist();
|
||||
@@ -651,8 +648,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
|
||||
GameGuard_NoticeMessage();
|
||||
#endif
|
||||
|
||||
WebBrowser_Cleanup();
|
||||
|
||||
::CoUninitialize();
|
||||
|
||||
if(gs_szErrorString[0])
|
||||
|
||||
Reference in New Issue
Block a user