Initial
This commit is contained in:
10
cashflow/MAIN.CPP
Normal file
10
cashflow/MAIN.CPP
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <common/windows.hpp>
|
||||
#include <cashflow/calcdlg.hpp>
|
||||
|
||||
int PASCAL WinMain(HINSTANCE /*hInstance*/,HINSTANCE /*hPrevInstance*/,LPSTR /*lpszCmdLine*/,int /*nCmdShow*/)
|
||||
{
|
||||
CalcDlg calcDialog;
|
||||
calcDialog.createDialog((HWND)0);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user