Alexandre Julliard : include: Also undefine PAGE_SHIFT to avoid compiler warnings.

Alexandre Julliard julliard at winehq.org
Mon Apr 20 15:48:20 CDT 2020


Module: wine
Branch: master
Commit: e2bcbdebd6dcc36aff1a7e6dd6a41eed1bb82eb4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e2bcbdebd6dcc36aff1a7e6dd6a41eed1bb82eb4

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Apr 20 12:53:56 2020 +0200

include: Also undefine PAGE_SHIFT to avoid compiler warnings.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/ddk/wdm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/ddk/wdm.h b/include/ddk/wdm.h
index 5afd274e22..b180d11556 100644
--- a/include/ddk/wdm.h
+++ b/include/ddk/wdm.h
@@ -30,6 +30,7 @@
 
 /* FIXME: We suppose that page size is 4096 */
 #undef PAGE_SIZE
+#undef PAGE_SHIFT
 #define PAGE_SIZE   0x1000
 #define PAGE_SHIFT  12
 




More information about the wine-cvs mailing list