Module: wine Branch: master Commit: 6f16f813407b02cf94df1089a9de7381cd76562d URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f16f813407b02cf94df1089a9...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Jun 24 22:10:19 2008 +0900
include: Undefine a custom DECL_WINELIB_DBT_TYPE_AW macro at the end of the file.
---
include/dbt.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/dbt.h b/include/dbt.h index 0110e6c..88a1df4 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 */