mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:22:59 +00:00
[WIN32CSR]
Fix win32csr release build svn path=/trunk/; revision=56079
This commit is contained in:
parent
56f5b39130
commit
b603bd5a6b
1 changed files with 2 additions and 0 deletions
|
@ -506,7 +506,9 @@ Win32CsrHardError(
|
||||||
IN PCSR_THREAD ThreadData,
|
IN PCSR_THREAD ThreadData,
|
||||||
IN PHARDERROR_MSG Message)
|
IN PHARDERROR_MSG Message)
|
||||||
{
|
{
|
||||||
|
#ifdef DBG
|
||||||
PCSR_PROCESS ProcessData = ThreadData->Process;
|
PCSR_PROCESS ProcessData = ThreadData->Process;
|
||||||
|
#endif
|
||||||
ULONG_PTR Parameters[MAXIMUM_HARDERROR_PARAMETERS];
|
ULONG_PTR Parameters[MAXIMUM_HARDERROR_PARAMETERS];
|
||||||
OBJECT_ATTRIBUTES ObjectAttributes;
|
OBJECT_ATTRIBUTES ObjectAttributes;
|
||||||
UNICODE_STRING TextU, CaptionU;
|
UNICODE_STRING TextU, CaptionU;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue