[NDK][ROSLOAD][ROSTESTS][SDK][WINE] Fix and use standard 'ReactOS' casing (#8163)

This commit is contained in:
Hermès Bélusca-Maïto 2025-06-22 20:52:21 +02:00
parent d4d04c83db
commit b401f547ae
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
8 changed files with 19 additions and 19 deletions

View file

@ -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