mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
[REACTOS] Use standard conforming names
- Use _alloca instead of non-standard alloca - Use _TCHAR instead of non-standard TCHAR - Use _off_t instead of deprecated off_t - Use _O_BINARY instead of O_BINARY
This commit is contained in:
parent
1de09c477c
commit
b707be90a1
10 changed files with 41 additions and 40 deletions
|
@ -464,7 +464,7 @@ _pei386_runtime_relocator (void)
|
|||
++was_init;
|
||||
#ifdef __MINGW64_VERSION_MAJOR
|
||||
mSecs = __mingw_GetSectionCount ();
|
||||
the_secs = (sSecInfo *) alloca (sizeof (sSecInfo) * (size_t) mSecs);
|
||||
the_secs = (sSecInfo *) _alloca (sizeof (sSecInfo) * (size_t) mSecs);
|
||||
maxSections = 0;
|
||||
#endif /* __MINGW64_VERSION_MAJOR */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue