X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=helpers%2Feglsize.cpp;h=d2883386048ad6d94a8155057676d6c15a4f5878;hb=edea899194c441353943c22577bc22bf0e64d187;hp=4f2dfdcda8236aeadc331459e5d913b470f7ebf3;hpb=b14eab55d848d5c0055c4c512c36248e9578ce24;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)