From 6f16f813407b02cf94df1089a9de7381cd76562d Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Tue, 24 Jun 2008 22:10:19 +0900 Subject: [PATCH] include: Undefine a custom DECL_WINELIB_DBT_TYPE_AW macro at the end of the file. --- include/dbt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dbt.h b/include/dbt.h index 0110e6cadbf..88a1df47ee5 100644 --- a/include/dbt.h +++ b/include/dbt.h @@ -142,4 +142,6 @@ typedef struct _DEV_BROADCAST_HANDLE BYTE dbch_data[1]; } DEV_BROADCAST_HANDLE, *PDEV_BROADCAST_HANDLE; +#undef DECL_WINELIB_DBT_TYPE_AW + #endif /* __WINE_DBT_H */