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