Home
last modified time | relevance | path

Searched refs:SHIM_MSG (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/appcompat/shims/layer/
H A Dforcedxsetupsuccess.c30 SHIM_MSG("Returning DSETUPERR_SUCCESS\n"); in DirectXSetup()
36 SHIM_MSG("Returning DSETUPERR_SUCCESS\n"); in DirectXSetupA()
42 SHIM_MSG("Returning DSETUPERR_SUCCESS\n"); in DirectXSetupW()
83 SHIM_MSG("Found %wZ\n", DxSetupDlls + n); in IsDxSetupW()
172 SHIM_MSG("Intercepted %Z\n", DxSetupFunctions + n); in SHIM_OBJ_NAME()
184 SHIM_MSG("Intercepted\n"); in SHIM_OBJ_NAME()
H A Dvmhorizon.c134 SHIM_MSG("Module %wZ is a match, applying fixups\n", &LdrEntry->BaseDllName); in SHIM_OBJ_NAME()
/reactos/dll/appcompat/shims/genral/
H A Dshimtest.c75 SHIM_MSG("SHIM_REASON_INIT\n"); in SHIM_OBJ_NAME()
H A Dignorefreelib.c132 SHIM_MSG("IgnoreFreeLibrary(%s)\n", SHIM_OBJ_NAME(g_szCommandLine)); in SHIM_OBJ_NAME()
/reactos/dll/appcompat/shims/shimlib/
H A Dshimlib.h75 #define SHIM_MSG(fmt, ...) do { if (g_ShimEngDebugLevel) SeiDbgPrint(SEI_MSG, SHIM_OBJ_NAME(g_szMo… macro