Serge Gautherie : winegcc: Reorder DECLSPEC_NORETURN on error().

Alexandre Julliard julliard at winehq.org
Thu Apr 23 14:54:31 CDT 2020


Module: wine
Branch: master
Commit: 0939a3f7f23b8ed179e42df64e4ec5fde5b62658
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0939a3f7f23b8ed179e42df64e4ec5fde5b62658

Author: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Date:   Thu Apr 16 00:07:08 2020 +0200

winegcc: Reorder DECLSPEC_NORETURN on error().

Signed-off-by: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 3d6b8f3665..cb4778fa09 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;
+void DECLSPEC_NORETURN error(const char* s, ...);
 
 void* xmalloc(size_t size);
 void* xrealloc(void* p, size_t size);




More information about the wine-cvs mailing list