commit | ae41e8c804dceff39fab98914a65d4c1cf354d47 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@psn.net> | Sun Jun 11 20:07:58 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jun 11 20:07:58 2000 +0000 |
tree | 22568e0785ae686fc710b5aef1b293f877ad1860 | |
parent | a537bec4d19c482be80ec96ba4e8ebe94a3dd482 [diff] [blame] |
Reordered the CALLBACK and WINAPI directives so that it compiles with old g++ versions.
diff --git a/include/server.h b/include/server.h index 6eb4a0f..8564b56 100644 --- a/include/server.h +++ b/include/server.h
@@ -1319,7 +1319,7 @@ extern const char *get_config_dir(void); /* get a pointer to the request buffer */ -static inline void * WINE_UNUSED get_req_buffer(void) +static inline void WINE_UNUSED *get_req_buffer(void) { return NtCurrentTeb()->buffer; }