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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user