| author | |
| committer | |
| log | 3879bebc37133ad4160b127a6f3331cf07fe3219 |
| tree | 0d0bb2ea5d0053c72b844db3e00146e0e98e7c7d |
| parent | 95e04e3874dd1284c39182e7909d122ceb1c56c4 |
| signature |
2 files changed, 2 insertions(+), 2 deletions(-)
src/util.hpp+1-1| ... | ... | @@ -43,7 +43,7 @@ ATTRIBUTE_NORETURN |
| 43 | 43 | ATTRIBUTE_PRINTF(1, 2) |
| 44 | 44 | void zig_panic(const char *format, ...); |
| 45 | 45 | |
| 46 | #ifdef WIN32 | |
| 46 | #ifdef _WIN32 | |
| 47 | 47 | #define __func__ __FUNCTION__ |
| 48 | 48 | #endif |
| 49 | 49 |
src/zig_clang.h+1-1| ... | ... | @@ -48,7 +48,7 @@ enum ZigClangAPValue_ValueKind { |
| 48 | 48 | struct ZigClangAPValue { |
| 49 | 49 | enum ZigClangAPValue_ValueKind Kind; |
| 50 | 50 | // experimentally-derived size of clang::APValue::DataType |
| 51 | #if defined(WIN32) && defined(_MSC_VER) | |
| 51 | #if defined(_WIN32) && defined(_MSC_VER) | |
| 52 | 52 | char Data[52]; |
| 53 | 53 | #else |
| 54 | 54 | char Data[68]; |