diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-10-23 14:02:54 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-10-23 14:02:54 +0200 |
commit | ebbcb824baf770e42ad53c532905a329d762e94e (patch) | |
tree | 103c8a111f4c16c2a619f66127708e24d28d39b9 /src/proto | |
parent | b8e86705ca09deeee5044af6e3afb4e9999eceb5 (diff) | |
download | vim-git-ebbcb824baf770e42ad53c532905a329d762e94e.tar.gz |
updated for version 7.3.034v7.3.034
Problem: Win32: may be loading .dll from the wrong directory.
Solution: Go to the Vim executable directory when opening a library.
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/os_win32.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro index 5ca85c7b4..31aa269ae 100644 --- a/src/proto/os_win32.pro +++ b/src/proto/os_win32.pro @@ -1,4 +1,5 @@ /* os_win32.c */ +HINSTANCE vimLoadLib __ARGS((char *name)); int dyn_libintl_init __ARGS((char *libname)); void dyn_libintl_end __ARGS((void)); void PlatformId __ARGS((void)); |