mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-26 13:38:03 +03:00
Define __func__ on VS less than 2015.
This commit is contained in:
parent
1a4b0a60b3
commit
f96e27fd79
@ -91,6 +91,11 @@
|
||||
|
||||
|
||||
#ifdef _WIN32 // WINDOWS
|
||||
// Define __func__ on VS less than 2015
|
||||
#if _MSC_VER < 1900
|
||||
#define __func__ __FUNCTION__
|
||||
#endif
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user