Alex Henrie : gdi32: Add DECLSPEC_HOTPATCH to GetDIBits.

Alexandre Julliard julliard at winehq.org
Thu Sep 13 03:49:17 CDT 2018


Module: wine
Branch: stable
Commit: 6f8db1d2cd5b4cbf4891cdf6feda7008374da024
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6f8db1d2cd5b4cbf4891cdf6feda7008374da024

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Thu Jul  5 08:39:25 2018 +0200

gdi32: Add DECLSPEC_HOTPATCH to GetDIBits.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45199
Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 478a3d64ef7630f16e6c618375a76ad665c7cf63)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/gdi32/dib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdi32/dib.c b/dlls/gdi32/dib.c
index 2eb0e91..6936434 100644
--- a/dlls/gdi32/dib.c
+++ b/dlls/gdi32/dib.c
@@ -1208,7 +1208,7 @@ BITMAPINFO *copy_packed_dib( const BITMAPINFO *src_info, UINT usage )
  *    Success: Number of scan lines copied from bitmap
  *    Failure: 0
  */
-INT WINAPI GetDIBits(
+INT WINAPI DECLSPEC_HOTPATCH GetDIBits(
     HDC hdc,         /* [in]  Handle to device context */
     HBITMAP hbitmap, /* [in]  Handle to bitmap */
     UINT startscan,  /* [in]  First scan line to set in dest bitmap */




More information about the wine-cvs mailing list