mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
Unified INLINE definition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user