1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2026-03-16 13:20:33 -05:00

Updated Ext2Mgr to build for 64-bit

This commit is contained in:
Bo Brantén
2020-03-09 20:09:34 +01:00
parent 4f8ee64b43
commit 9ef44c8b45
9 changed files with 24 additions and 24 deletions

View File

@@ -127,7 +127,7 @@ void WINAPI ManagerCtrlService(DWORD ctrlcode)
VOID __cdecl
ManagerStartMain(VOID * arg)
{
BOOL isService = (BOOL) arg;
BOOL isService = arg != 0;
CExt2MgrDlg* dlg = (CExt2MgrDlg*)theApp.m_pMainWnd;
if (dlg) {