]> git.cworth.org Git - apitrace/blobdiff - helpers/eglsize.cpp
gui: Fix debug build.
[apitrace] / helpers / eglsize.cpp
index 4f2dfdcda8236aeadc331459e5d913b470f7ebf3..d2883386048ad6d94a8155057676d6c15a4f5878 100644 (file)
@@ -29,6 +29,8 @@
  * Auxiliary functions to compute the size of array/blob arguments.
  */
 
+#ifndef _WIN32
+
 #include <string.h>
 
 #include "os_thread.hpp"
@@ -214,4 +216,5 @@ _EGLImageKHR_free_image_info(struct image_info *info)
     delete info;
 }
 
+#endif // !defined(_WIN32)