Marcus Meissner : dibdrv: Mark get_rop_codes as hidden.

Alexandre Julliard julliard at winehq.org
Mon Oct 3 17:21:25 CDT 2011


Module: wine
Branch: master
Commit: 9437705c2a9321daab2e3394cf177527744a2518
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9437705c2a9321daab2e3394cf177527744a2518

Author: Marcus Meissner <meissner at suse.de>
Date:   Mon Oct  3 13:25:34 2011 +0200

dibdrv: Mark get_rop_codes as hidden.

---

 dlls/gdi32/dibdrv/dibdrv.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/dibdrv/dibdrv.h b/dlls/gdi32/dibdrv/dibdrv.h
index 21549f8..5f9a31e 100644
--- a/dlls/gdi32/dibdrv/dibdrv.h
+++ b/dlls/gdi32/dibdrv/dibdrv.h
@@ -177,7 +177,7 @@ typedef struct
     DWORD octant;
 } bres_params;
 
-extern void get_rop_codes(INT rop, struct rop_codes *codes);
+extern void get_rop_codes(INT rop, struct rop_codes *codes) DECLSPEC_HIDDEN;
 extern void calc_and_xor_masks(INT rop, DWORD color, DWORD *and, DWORD *xor) DECLSPEC_HIDDEN;
 extern void update_brush_rop( dibdrv_physdev *pdev, INT rop ) DECLSPEC_HIDDEN;
 extern void reset_dash_origin(dibdrv_physdev *pdev) DECLSPEC_HIDDEN;




More information about the wine-cvs mailing list