mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:52:59 +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;
|
||||
DWORD dwLayout;
|
||||
DWORD dwRegisteredClasses;
|
||||
|
||||
/* ReactOS */
|
||||
FAST_MUTEX PrivateFontListLock;
|
||||
LIST_ENTRY PrivateFontListHead;
|
||||
|
@ -276,4 +277,3 @@ typedef struct _PROCESSINFO
|
|||
void NTAPI UserDbgPreServiceHook(ULONG ulSyscallId, PULONG_PTR pulArguments);
|
||||
ULONG_PTR NTAPI UserDbgPostServiceHook(ULONG ulSyscallId, ULONG_PTR ulResult);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue