X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=formatter.hpp;h=040d06d49084feafa191c8232ad708dea3d1e3bb;hb=bb130e5395d472c8ce23012c8234b32ca38fa460;hp=9f17c006afc05b7ecd309c4adc17013070873c34;hpb=4a826ed267c580a0f5e803ff7f05710c9d135b70;p=apitrace diff --git a/formatter.hpp b/formatter.hpp index 9f17c00..040d06d 100644 --- a/formatter.hpp +++ b/formatter.hpp @@ -105,7 +105,7 @@ inline std::ostream& operator<<(std::ostream& os, const Attribute *attr) { } -#ifdef WIN32 +#ifdef _WIN32 #include @@ -156,7 +156,7 @@ public: inline Formatter *defaultFormatter(void) { -#ifdef WIN32 +#ifdef _WIN32 return new WindowsFormatter; #else return new AnsiFormatter;