1
0
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:
FunkyFr3sh 2022-10-18 19:42:37 +02:00
parent f9f2dd9044
commit 2ccda7875d

View File

@ -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)