Author: pschweitzer Date: Sun May 4 09:16:11 2014 New Revision: 63145
URL: http://svn.reactos.org/svn/reactos?rev=63145&view=rev Log: [WS2HELP] Properly declare with static and __inline
Modified: trunk/reactos/dll/win32/ws2help/context.c
Modified: trunk/reactos/dll/win32/ws2help/context.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2help/context.c... ============================================================================== --- trunk/reactos/dll/win32/ws2help/context.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/ws2help/context.c [iso-8859-1] Sun May 4 09:16:11 2014 @@ -45,8 +45,8 @@
/* FUNCTIONS *****************************************************************/
+static __inline VOID -static __inline AcquireReadLock(IN PWAH_SEARCH_TABLE Table, IN PVLONG *Count) { @@ -70,8 +70,8 @@ } while (TRUE); }
+static __inline VOID -static __inline ReleaseReadLock(IN PWAH_SEARCH_TABLE Table, IN PVLONG Count) { @@ -139,8 +139,8 @@ } }
+static __inline VOID -static __inline TryWaitForReaders(IN PWAH_SEARCH_TABLE Table) { PVLONG OldCount = Table->CurrentCount;