]> git.cworth.org Git - apitrace/blobdiff - formatter.hpp
Add a state tab that list uniforms.
[apitrace] / formatter.hpp
index 9f17c006afc05b7ecd309c4adc17013070873c34..040d06d49084feafa191c8232ad708dea3d1e3bb 100644 (file)
@@ -105,7 +105,7 @@ inline std::ostream& operator<<(std::ostream& os, const Attribute *attr) {
 }
 
 
-#ifdef WIN32
+#ifdef _WIN32
 
 #include <windows.h>
 
@@ -156,7 +156,7 @@ public:
 
 
 inline Formatter *defaultFormatter(void) {
-#ifdef WIN32
+#ifdef _WIN32
     return new WindowsFormatter;
 #else
     return new AnsiFormatter;