Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/
H A Dexcept.c166 DWORD g_dwLastErrorToBreakOn; variable
1031 if ((g_dwLastErrorToBreakOn) && (g_dwLastErrorToBreakOn == dwErrCode)) DbgBreakPoint(); in SetLastError()