mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-02 12:21:23 +00:00
d16da069e9
This is a thin wrapper around the Win32 API used in the Win32 Updater Dialog implementation.
13 lines
No EOL
146 B
C++
13 lines
No EOL
146 B
C++
#include "SimpleApp.h"
|
|
|
|
CSimpleApp::CSimpleApp()
|
|
{
|
|
}
|
|
|
|
BOOL CSimpleApp::InitInstance()
|
|
{
|
|
//Create the Window
|
|
m_View.Create();
|
|
|
|
return TRUE;
|
|
} |