mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
align
This commit is contained in:
parent
62688e93d4
commit
da6e2068bc
@ -886,7 +886,7 @@ void TConfigForm::SaveSettings()
|
|||||||
void __fastcall TConfigForm::FormActivate(TObject *Sender)
|
void __fastcall TConfigForm::FormActivate(TObject *Sender)
|
||||||
{
|
{
|
||||||
/* Detect wine (Linux/macOS) and create the needed dll override */
|
/* Detect wine (Linux/macOS) and create the needed dll override */
|
||||||
if (!GetProcAddress(GetModuleHandleW(L"ntdll.dll"), "wine_get_version"))
|
if (!GetProcAddress(GetModuleHandleW(L"ntdll.dll"), "wine_get_version"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
TRegistry* reg = new TRegistry(KEY_READ);
|
TRegistry* reg = new TRegistry(KEY_READ);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user