mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
log __COMPAT_LAYER
This commit is contained in:
parent
f9f2dd9044
commit
2ccda7875d
@ -36,6 +36,8 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
||||
|
||||
if (GetEnvironmentVariable("__COMPAT_LAYER", buf, sizeof(buf)))
|
||||
{
|
||||
TRACE("__COMPAT_LAYER = %s\n", buf);
|
||||
|
||||
char* s = strtok(buf, " ");
|
||||
|
||||
while (s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user