Fix Windows missing __func__ defines.

This commit is contained in:
Vic Lee 2013-01-20 10:53:26 +08:00
parent 888fcf8d47
commit e5185403aa

View File

@ -32,6 +32,10 @@
#define INLINE inline
#endif
#ifdef _WIN32
#define __func__ __FUNCTION__
#endif
#if defined _WIN32 || defined __CYGWIN__
#ifdef FREERDP_EXPORTS
#ifdef __GNUC__