X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=helpers%2Feglsize.cpp;h=d2883386048ad6d94a8155057676d6c15a4f5878;hb=d38b370ca8d332ca54a6f5cdea3373199991f65d;hp=4f2dfdcda8236aeadc331459e5d913b470f7ebf3;hpb=122c9879c2d4361ee4c46e95f348b6032efeb8f6;p=apitrace diff --git a/helpers/eglsize.cpp b/helpers/eglsize.cpp index 4f2dfdc..d288338 100644 --- a/helpers/eglsize.cpp +++ b/helpers/eglsize.cpp @@ -29,6 +29,8 @@ * Auxiliary functions to compute the size of array/blob arguments. */ +#ifndef _WIN32 + #include #include "os_thread.hpp" @@ -214,4 +216,5 @@ _EGLImageKHR_free_image_info(struct image_info *info) delete info; } +#endif // !defined(_WIN32)