ntdll: Mark FILE_umask with hidden visibility.

This commit is contained in:
Marcus Meissner 2011-05-26 18:15:51 +02:00 committed by Alexandre Julliard
parent 76319e3a8d
commit 0f0692716b
2 changed files with 2 additions and 1 deletions

View File

@ -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();

View File

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