mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
[CSRSS]: Hack header to fix build.
svn path=/trunk/; revision=53041
This commit is contained in:
parent
27dfa433c4
commit
326dbd577b
1 changed files with 1 additions and 2 deletions
|
@ -692,7 +692,6 @@ typedef struct _CSR_API_MESSAGE
|
|||
} Data;
|
||||
} CSR_API_MESSAGE, *PCSR_API_MESSAGE;
|
||||
|
||||
|
||||
typedef struct _NLS_USER_INFO
|
||||
{
|
||||
WCHAR iCountry[80];
|
||||
|
@ -730,7 +729,7 @@ typedef struct _NLS_USER_INFO
|
|||
WCHAR sLocaleName[85];
|
||||
LCID UserLocaleId;
|
||||
LUID InteractiveUserLuid;
|
||||
CHAR InteractiveUserSid[SECURITY_MAX_SID_SIZE];
|
||||
CHAR InteractiveUserSid[68]; // SECURITY_MAX_SID_SIZE to make ros happy
|
||||
ULONG ulCacheUpdateCount;
|
||||
} NLS_USER_INFO, *PNLS_USER_INFO;
|
||||
|
||||
|
|
Loading…
Reference in a new issue