]> git.cworth.org Git - apitrace/blobdiff - compat.h
tracerepack: Don't fail when temp file is in different filesystem.
[apitrace] / compat.h
index cc6f70e7dfca02ebd16b4fc82d2e5e65a43b49d8..f1d302878e212a3deb2e0f3c73371732aaa8a87f 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -28,6 +28,7 @@
  */
 
 #ifdef __MINGW32__
+
 #define __in /**/
 #define __out /**/
 #define __inout /**/
@@ -52,5 +53,5 @@
 
 #define UINT8 uint8_t
 
-#endif
+#endif /* __MINGW32__ */