[ros-diffs] [fireball] 35890: - 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).

fireball at svn.reactos.org fireball at svn.reactos.org
Wed Sep 3 14:39:13 CEST 2008


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/kernel32.def?rev=35890&r1=35889&r2=35890&view=diff
==============================================================================
--- 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 at 12
 FindVolumeClose at 4
 FindVolumeMountPointClose at 4
-FlsAlloc at 4
-FlsFree at 4
-FlsGetValue at 4
-FlsSetValue at 8
+;FlsAlloc at 4
+;FlsFree at 4
+;FlsGetValue at 4
+;FlsSetValue at 8
 FlushConsoleInputBuffer at 4
 FlushFileBuffers at 4
 FlushInstructionCache at 12



More information about the Ros-diffs mailing list