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 };