mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[ntoskrnl]
- Fix compilation with msvc svn path=/trunk/; revision=52250
This commit is contained in:
parent
a5f255df13
commit
0ab46ad495
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ KdbSymPrintAddress(
|
|||
PROSSYM_KM_OWN_CONTEXT FileContext;
|
||||
ULONG_PTR RelativeAddress;
|
||||
NTSTATUS Status;
|
||||
ROSSYM_LINEINFO LineInfo = { };
|
||||
ROSSYM_LINEINFO LineInfo = {0};
|
||||
|
||||
struct {
|
||||
enum _ROSSYM_REGNAME regname;
|
||||
|
|
Loading…
Reference in a new issue