From 766324a01fe3f8f1c68a76ca7d9aa46e87d3608b Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 2 Sep 2008 18:44:10 +0000 Subject: [PATCH] - FlsAlloc (and Co.) should first be implemented, and then exported, because some apps/DLLs depend on that (they use FlsAlloc if it's available, and workaround if it's not). svn path=/trunk/; revision=35890 --- reactos/dll/win32/kernel32/kernel32.def | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/dll/win32/kernel32/kernel32.def b/reactos/dll/win32/kernel32/kernel32.def index 00d10eda7c0..bdd6db6941c 100644 --- a/reactos/dll/win32/kernel32/kernel32.def +++ b/reactos/dll/win32/kernel32/kernel32.def @@ -274,10 +274,10 @@ FindResourceExW@16 FindResourceW@12 FindVolumeClose@4 FindVolumeMountPointClose@4 -FlsAlloc@4 -FlsFree@4 -FlsGetValue@4 -FlsSetValue@8 +;FlsAlloc@4 +;FlsFree@4 +;FlsGetValue@4 +;FlsSetValue@8 FlushConsoleInputBuffer@4 FlushFileBuffers@4 FlushInstructionCache@12