aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32common.h b/src/w32common.h
index 4981bdfd89a..e860dbce032 100644
--- a/src/w32common.h
+++ b/src/w32common.h
@@ -55,6 +55,7 @@ typedef void (* VOIDFNPTR) (void);
55/* Load a function address from a DLL. Cast the result via VOIDFNPTR 55/* Load a function address from a DLL. Cast the result via VOIDFNPTR
56 to pacify -Wcast-function-type in GCC 8.1. The return value must 56 to pacify -Wcast-function-type in GCC 8.1. The return value must
57 be cast to the correct function pointer type. */ 57 be cast to the correct function pointer type. */
58INLINE VOIDFNPTR get_proc_addr (HINSTANCE, LPCSTR);
58INLINE VOIDFNPTR 59INLINE VOIDFNPTR
59get_proc_addr (HINSTANCE handle, LPCSTR fname) 60get_proc_addr (HINSTANCE handle, LPCSTR fname)
60{ 61{