mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 18:03:44 +00:00
[NDK][ROSLOAD][ROSTESTS][SDK][WINE] Fix and use standard 'ReactOS' casing (#8163)
This commit is contained in:
parent
d4d04c83db
commit
b401f547ae
8 changed files with 19 additions and 19 deletions
|
@ -5165,7 +5165,7 @@ RtlIsValidLocaleName(
|
|||
// Flags for RtlLocaleNameToLcid / RtlLcidToLocaleName / RtlIsValidLocaleName
|
||||
#define RTL_LOCALE_ALLOW_NEUTRAL_NAMES 0x00000002 // Return locales like "en" or "de"
|
||||
|
||||
#endif /* Win vista or Reactos Ntdll build */
|
||||
#endif /* Win Vista or ReactOS Ntdll build */
|
||||
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_WIN7) || (defined(__REACTOS__) && defined(_NTDLLBUILD_))
|
||||
|
||||
|
@ -5179,7 +5179,7 @@ BOOLEAN
|
|||
NTAPI
|
||||
RtlTryAcquireSRWLockExclusive(PRTL_SRWLOCK SRWLock);
|
||||
|
||||
#endif /* Win7 or Reactos Ntdll build */
|
||||
#endif /* Win7 or ReactOS Ntdll build */
|
||||
|
||||
#endif // NTOS_MODE_USER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue