mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +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)))
|
if (GetEnvironmentVariable("__COMPAT_LAYER", buf, sizeof(buf)))
|
||||||
{
|
{
|
||||||
|
TRACE("__COMPAT_LAYER = %s\n", buf);
|
||||||
|
|
||||||
char* s = strtok(buf, " ");
|
char* s = strtok(buf, " ");
|
||||||
|
|
||||||
while (s)
|
while (s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user