vc compatibility
This commit is contained in:
parent
66a802485f
commit
3a9b1e4198
|
@ -18,7 +18,6 @@ int WINAPI WinMain(HINSTANCE hInstance,
|
|||
LPTSTR lpCmdLine, int nCmdShow) {
|
||||
MSG msg;
|
||||
|
||||
|
||||
hMainDlg = CreateDialog(hInstance, (LPCTSTR)IDD_MAIN_DIALOG, 0,(DLGPROC)MainDlgProc);
|
||||
ShowWindow(hMainDlg, nCmdShow);
|
||||
hwndTxtPassword = GetDlgItem(hMainDlg,ID_TXT_PASSWORD);
|
|
@ -18,7 +18,7 @@ isEmpty(APP_NAME) {
|
|||
}
|
||||
|
||||
SOURCES += \
|
||||
main.c
|
||||
main.cpp
|
||||
|
||||
RC_FILE += \
|
||||
redpanda-git-askpass_private.rc
|
||||
|
|
Loading…
Reference in New Issue