log __COMPAT_LAYER
This commit is contained in:
parent
f9f2dd9044
commit
2ccda7875d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue