[PATCH 2/2] winegcc: Reorder DECLSPEC_NORETURN on error().

Serge Gautherie winehq-git_serge_180711 at gautherie.fr
Wed Apr 15 17:07:08 CDT 2020


Signed-off-by: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
---
 tools/winegcc/utils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/winegcc/utils.h b/tools/winegcc/utils.h
index 3d6b8f3..8ec6b8e 100644
--- a/tools/winegcc/utils.h
+++ b/tools/winegcc/utils.h
@@ -52,7 +52,7 @@ enum target_platform
     PLATFORM_CYGWIN
 };
 
-void error(const char* s, ...) DECLSPEC_NORETURN;
+DECLSPEC_NORETURN void error(const char* s, ...);
 
 void* xmalloc(size_t size);
 void* xrealloc(void* p, size_t size);
-- 
2.10.0.windows.1




More information about the wine-devel mailing list