commit | 7c6ef46cb900e2def802fbc0ccabc92d293cfab0 | [log] [tgz] |
---|---|---|
author | Andrew Talbot <Andrew.Talbot@talbotville.com> | Fri Mar 23 15:12:17 2007 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Mar 26 12:19:34 2007 +0200 |
tree | 621a0210737bcad867411c8716f5d67271d8f0d2 | |
parent | 73e0e8bf17988f9efab4a52be8a6a7f988407c0f [diff] [blame] |
include: Replace inline static with static inline.
diff --git a/include/wincon.h b/include/wincon.h index 61bdea5..49130c3 100644 --- a/include/wincon.h +++ b/include/wincon.h
@@ -176,7 +176,7 @@ * structures is different between Windows and gcc on i386. */ DWORD WINAPI GetLargestConsoleWindowSize(HANDLE); -inline static COORD __wine_GetLargestConsoleWindowSize_wrapper(HANDLE h) +static inline COORD __wine_GetLargestConsoleWindowSize_wrapper(HANDLE h) { union { COORD c;