Author: fireball
Date: Tue Sep 2 20:44:10 2008
New Revision: 35890
URL:
http://svn.reactos.org/svn/reactos?rev=35890&view=rev
Log:
- 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).
Modified:
trunk/reactos/dll/win32/kernel32/kernel32.def
Modified: trunk/reactos/dll/win32/kernel32/kernel32.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/kernel3…
==============================================================================
--- trunk/reactos/dll/win32/kernel32/kernel32.def [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/kernel32.def [iso-8859-1] Tue Sep 2 20:44:10 2008
@@ -274,10 +274,10 @@
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