From 5173235ba2dc785f4e69e4f882ea9647cbc0ef52 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 21 Nov 2008 17:53:10 +0000 Subject: [PATCH] - Fix a warning svn path=/trunk/; revision=37520 --- reactos/include/dxsdk/ddraw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/dxsdk/ddraw.h b/reactos/include/dxsdk/ddraw.h index 16e03952650..8f7e05c63ea 100644 --- a/reactos/include/dxsdk/ddraw.h +++ b/reactos/include/dxsdk/ddraw.h @@ -2557,6 +2557,7 @@ DECLARE_INTERFACE_( IDirectDrawSurface3, IUnknown ) #define IDirectDrawSurface7_GetLOD(p,a) (p)->GetLOD(a) #endif #endif +#undef INTERFACE #ifdef __cplusplus };