winegcc: Reorder DECLSPEC_NORETURN on error().
Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
340bc136a7
commit
0939a3f7f2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue