summaryrefslogtreecommitdiff
path: root/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-17 22:17:58 -0500
committerPietro Gagliardi <[email protected]>2015-02-17 22:17:58 -0500
commit1fd265135d17d682b3e0f884502ffa2037a379ae (patch)
treedede7dca0e36061c115ccb5b92881af21d87e0d0 /winapi_windows.h
parent56042ac3b3a56915524ed133cf6d8df926dfaec1 (diff)
Fixed the other build errors. Awesome, Go's linker won't recognize the COM IIDs in uuid.dll; guess we're bumping the minimum required version of Go, maybe?...
Diffstat (limited to 'winapi_windows.h')
-rw-r--r--winapi_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winapi_windows.h b/winapi_windows.h
index 1d10afd..49e3827 100644
--- a/winapi_windows.h
+++ b/winapi_windows.h
@@ -131,7 +131,7 @@ extern void areaMarkTextFieldDone(HWND);
// image_windows.c
extern HBITMAP toBitmap(void *, intptr_t, intptr_t);
-extern void freeBitmap(void *);
+extern void freeBitmap(uintptr_t);
// dialog_windows.c
extern void openFile(HWND, void *);