Unified INLINE definition
This commit is contained in:
parent
a1e421c93d
commit
2bc0157b01
@ -20,6 +20,7 @@
|
||||
#ifndef FREERDP_API_H
|
||||
#define FREERDP_API_H
|
||||
|
||||
#include <winpr/winpr.h>
|
||||
#include <winpr/platform.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
@ -28,12 +29,6 @@
|
||||
#define FREERDP_CC
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define INLINE __inline
|
||||
#else
|
||||
#define INLINE inline
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define __func__ __FUNCTION__
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user