Commit 0f069271 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

ntdll: Mark FILE_umask with hidden visibility.

parent 76319e3a
......@@ -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__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment