ntdll: Mark FILE_umask with hidden visibility.
This commit is contained in:
parent
76319e3a8d
commit
0f0692716b
|
@ -2847,7 +2847,6 @@ void __wine_process_init(void)
|
|||
NTSTATUS status;
|
||||
ANSI_STRING func_name;
|
||||
void (* DECLSPEC_NORETURN CDECL init_func)(void);
|
||||
extern mode_t FILE_umask;
|
||||
|
||||
main_exe_file = thread_init();
|
||||
|
||||
|
|
|
@ -232,6 +232,8 @@ static inline struct ntdll_thread_data *ntdll_get_thread_data(void)
|
|||
return (struct ntdll_thread_data *)NtCurrentTeb()->SpareBytes1;
|
||||
}
|
||||
|
||||
extern mode_t FILE_umask DECLSPEC_HIDDEN;
|
||||
|
||||
/* Register functions */
|
||||
|
||||
#ifdef __i386__
|
||||
|
|
Loading…
Reference in New Issue