commit | 03250ff6e7894a43e494732b8f1405fe2a5038fe | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Sep 01 04:55:52 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Sep 01 04:55:52 2004 +0000 |
tree | 3a299222998626979a8a64dc73e1e7c44eca0447 | |
parent | d0f10ac2680dd96da6b87aeec61366205e047d6d [diff] [blame] |
Inline functions don't need WINE_UNUSED.
diff --git a/dlls/msvcrt/main.c b/dlls/msvcrt/main.c index 61411bf..083f0f8 100644 --- a/dlls/msvcrt/main.c +++ b/dlls/msvcrt/main.c
@@ -28,7 +28,7 @@ static inline BOOL msvcrt_init_tls(void); static inline BOOL msvcrt_free_tls(void); -const char* msvcrt_get_reason(DWORD reason) WINE_UNUSED; +const char* msvcrt_get_reason(DWORD reason); /********************************************************************* * Init