Skip to content

Commit 7067b18

Browse files
Fixed a 64-bit warning
1 parent 7924c66 commit 7067b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clipboard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static BYTE *bitmap_to_dib(const HBITMAP hbmp, size_t *size)
1616
BITMAP bmp;
1717
BYTE *ret; // BITMAPINFO
1818
DWORD biComp = BI_RGB;
19-
size_t len;
19+
DWORD len;
2020
size_t hsize;
2121
DWORD err;
2222
int color_bit = 0;

0 commit comments

Comments
 (0)