mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Fix accidental exclusion of _get_environ functions on ARM, and exclude them only on x86-64 as it seemed to have been intented
svn path=/trunk/; revision=41920
This commit is contained in:
parent
1fd4832ed6
commit
6f5fac8d38
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ extern "C" {
|
|||
_CRTIMP extern char *_sys_errlist[];
|
||||
_CRTIMP extern int _sys_nerr;
|
||||
|
||||
#if (defined(_X86_) && !defined(__x86_64))
|
||||
#if !defined(__x86_64)
|
||||
_CRTIMP int *__cdecl __p___argc(void);
|
||||
_CRTIMP char ***__cdecl __p___argv(void);
|
||||
_CRTIMP wchar_t ***__cdecl __p___wargv(void);
|
||||
|
|
Loading…
Reference in a new issue