diff options
Diffstat (limited to 'src/dynlib.c')
-rw-r--r-- | src/dynlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dynlib.c b/src/dynlib.c index 64f688ca800..ada58373801 100644 --- a/src/dynlib.c +++ b/src/dynlib.c @@ -52,6 +52,7 @@ typedef BOOL (WINAPI *GetModuleHandleExA_Proc) (DWORD,LPCSTR,HMODULE*); /* This needs to be called at startup to countermand any non-zero values recorded by temacs. */ +void dynlib_reset_last_error (void); void dynlib_reset_last_error (void) { |