mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 05:18:31 -05:00
Updated Ext2Mgr to build for 64-bit
This commit is contained in:
@@ -65,7 +65,7 @@ bool CMyHyperLink::GoToLinkUrl(CString csLink)
|
||||
|
||||
HINSTANCE hInstance = (HINSTANCE)ShellExecute(NULL, _T("open"), csLink.operator LPCTSTR(), NULL, NULL, 2);
|
||||
|
||||
if ((UINT)hInstance < HINSTANCE_ERROR){
|
||||
if ((UINT_PTR)hInstance < HINSTANCE_ERROR){
|
||||
return false;
|
||||
}else
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user