mirror of
https://github.com/EnderIce2/rpc-bridge.git
synced 2025-05-25 14:04:37 +00:00
Update error message for Wine compatibility check
This commit is contained in:
parent
3a0b9ddb2a
commit
65b5625a57
2
main.c
2
main.c
@ -59,7 +59,7 @@ void DetectWine()
|
|||||||
if (!GetProcAddress(hNTdll, "wine_get_version"))
|
if (!GetProcAddress(hNTdll, "wine_get_version"))
|
||||||
{
|
{
|
||||||
MessageBox(NULL, "This program is only intended to run under Wine.",
|
MessageBox(NULL, "This program is only intended to run under Wine.",
|
||||||
GetErrorMessage(), MB_OK | MB_ICONINFORMATION);
|
"Error", MB_OK | MB_ICONINFORMATION);
|
||||||
ExitProcess(1);
|
ExitProcess(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user