diff options
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch/compat.h b/dispatch/compat.h index 3fc97305..6f55ca54 100644 --- a/dispatch/compat.h +++ b/dispatch/compat.h @@ -725,7 +725,7 @@ #ifndef __inline -#define __inline static __inline__ +#define __inline __inline__ #endif #ifndef DECLSPEC_DEPRECATED |