diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-17 22:17:58 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-17 22:17:58 -0500 |
| commit | 1fd265135d17d682b3e0f884502ffa2037a379ae (patch) | |
| tree | dede7dca0e36061c115ccb5b92881af21d87e0d0 /winapi_windows.h | |
| parent | 56042ac3b3a56915524ed133cf6d8df926dfaec1 (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.h | 2 |
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 *); |
