mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Partially revert r59884 because of an enum name collision (which broke build).
svn path=/trunk/; revision=59885
This commit is contained in:
parent
bd732acefd
commit
abf866eeec
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ typedef enum _BASESRV_API_NUMBER
|
||||||
BasepNlsUpdateCacheCount,
|
BasepNlsUpdateCacheCount,
|
||||||
BasepSetTermsrvClientTimeZone,
|
BasepSetTermsrvClientTimeZone,
|
||||||
BasepSxsCreateActivationContext,
|
BasepSxsCreateActivationContext,
|
||||||
BasepDebugProcess,
|
BasepUnknown,
|
||||||
BasepRegisterThread,
|
BasepRegisterThread,
|
||||||
BasepNlsGetUserInfo,
|
BasepNlsGetUserInfo,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue