Fix Windows missing __func__ defines.
This commit is contained in:
parent
888fcf8d47
commit
e5185403aa
@ -32,6 +32,10 @@
|
||||
#define INLINE inline
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define __func__ __FUNCTION__
|
||||
#endif
|
||||
|
||||
#if defined _WIN32 || defined __CYGWIN__
|
||||
#ifdef FREERDP_EXPORTS
|
||||
#ifdef __GNUC__
|
||||
|
Loading…
Reference in New Issue
Block a user