Commit 0939a3f7 authored by Serge Gautherie's avatar Serge Gautherie Committed by Alexandre Julliard

winegcc: Reorder DECLSPEC_NORETURN on error().

parent 340bc136
...@@ -52,7 +52,7 @@ enum target_platform ...@@ -52,7 +52,7 @@ enum target_platform
PLATFORM_CYGWIN PLATFORM_CYGWIN
}; };
void error(const char* s, ...) DECLSPEC_NORETURN; void DECLSPEC_NORETURN error(const char* s, ...);
void* xmalloc(size_t size); void* xmalloc(size_t size);
void* xrealloc(void* p, size_t size); void* xrealloc(void* p, size_t size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment