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