X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=compat.h;h=f1d302878e212a3deb2e0f3c73371732aaa8a87f;hb=c592957de1083b4e32ee58c0ea2e5feaa9085b47;hp=e98f746b30b65042a54c123bd38757627fd56196;hpb=4a826ed267c580a0f5e803ff7f05710c9d135b70;p=apitrace diff --git a/compat.h b/compat.h index e98f746..f1d3028 100644 --- a/compat.h +++ b/compat.h @@ -20,8 +20,6 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - * Copyright 2007-2009 VMware, Inc. - * All rights reserved. * **************************************************************************/ @@ -30,6 +28,7 @@ */ #ifdef __MINGW32__ + #define __in /**/ #define __out /**/ #define __inout /**/ @@ -54,5 +53,5 @@ #define UINT8 uint8_t -#endif +#endif /* __MINGW32__ */