https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2c4c25e468e5bbc04594c66483a2f6eb81aff591

commit 2c4c25e468e5bbc04594c66483a2f6eb81aff591
Author:     Jérôme Gardou <jerome.gar...@reactos.org>
AuthorDate: Mon Nov 9 12:54:46 2020 +0100
Commit:     Jérôme Gardou <zefk...@users.noreply.github.com>
CommitDate: Mon Nov 16 16:58:10 2020 +0100

    [MSVCRT] make some functions static
---
 dll/win32/msvcrt/stubs.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dll/win32/msvcrt/stubs.c b/dll/win32/msvcrt/stubs.c
index e120a130cc8..72b32222091 100644
--- a/dll/win32/msvcrt/stubs.c
+++ b/dll/win32/msvcrt/stubs.c
@@ -96,7 +96,7 @@ typedef struct __crt_locale_data_public
                unsigned int _locale_lc_codepage;
 } __crt_locale_data_public;
 
-__inline
+static
 __crt_locale_data_public*
 __CRTDECL
 __acrt_get_locale_data_prefix(
@@ -106,7 +106,7 @@ __acrt_get_locale_data_prefix(
     return (__crt_locale_data_public*)_TypedLocalePointers->locinfo;
 }
 
-__inline
+static
 int
 __CRTDECL
 __acrt_locale_get_ctype_array_value(
@@ -137,7 +137,7 @@ const unsigned short* __cdecl __pctype_func(void);
     #define __chvalidchk(a, b) 
(__acrt_locale_get_ctype_array_value(__PCTYPE_FUNC, (a), (b)))
 #endif
 
-__inline
+static
 int
 __CRTDECL
 _chvalidchk_l(
@@ -158,7 +158,7 @@ _chvalidchk_l(
 #endif
 }
 
-__inline
+static
 int
 __CRTDECL
 _ischartype_l(

Reply via email to