MSVC also has the __FUNCTION__ predefined

pull/1/head
Daniel Cohen Gindi 10 years ago
parent 51d0db7107
commit 42ff7fb85b

@ -100,7 +100,7 @@ GetFileListResponseMsg(char* path, char flags)
return fileListMsg;
}
#ifndef __GNUC__
#if !defined(__GNUC__) && !defined(_MSC_VER)
#define __FUNCTION__ "unknown"
#endif

Loading…
Cancel
Save