| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 33242ff commit 1886fe9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -163,8 +163,12 @@ void DumpJavaScriptBacktrace(FILE* fp); | |||
| 163 | 163 | #else | |
| 164 | 164 | #define LIKELY(expr) expr | |
| 165 | 165 | #define UNLIKELY(expr) expr | |
| 166 | + #if defined(_MSC_VER) | ||
| 167 | + #define PRETTY_FUNCTION_NAME __FUNCSIG__ | ||
| 168 | + #else | ||
| 166 | 169 | #define PRETTY_FUNCTION_NAME "" | |
| 167 | 170 | #endif | |
| 171 | + #endif | ||
| 168 | 172 | ||
| 169 | 173 | #define STRINGIFY_(x) #x | |
| 170 | 174 | #define STRINGIFY(x) STRINGIFY_(x) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments