mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 03:42:58 +00:00
Whitespace fix.
svn path=/trunk/; revision=65841
This commit is contained in:
parent
c84c201e3a
commit
5f8ea303ee
1 changed files with 64 additions and 64 deletions
|
@ -255,6 +255,7 @@ typedef struct _PROCESSINFO
|
||||||
PVOID pW32Job;
|
PVOID pW32Job;
|
||||||
DWORD dwLayout;
|
DWORD dwLayout;
|
||||||
DWORD dwRegisteredClasses;
|
DWORD dwRegisteredClasses;
|
||||||
|
|
||||||
/* ReactOS */
|
/* ReactOS */
|
||||||
FAST_MUTEX PrivateFontListLock;
|
FAST_MUTEX PrivateFontListLock;
|
||||||
LIST_ENTRY PrivateFontListHead;
|
LIST_ENTRY PrivateFontListHead;
|
||||||
|
@ -276,4 +277,3 @@ typedef struct _PROCESSINFO
|
||||||
void NTAPI UserDbgPreServiceHook(ULONG ulSyscallId, PULONG_PTR pulArguments);
|
void NTAPI UserDbgPreServiceHook(ULONG ulSyscallId, PULONG_PTR pulArguments);
|
||||||
ULONG_PTR NTAPI UserDbgPostServiceHook(ULONG ulSyscallId, ULONG_PTR ulResult);
|
ULONG_PTR NTAPI UserDbgPostServiceHook(ULONG ulSyscallId, ULONG_PTR ulResult);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue