diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-08-08 15:04:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-08-08 15:04:31 +0000 |
commit | 4666d50709ae71813a8dfd267fe4948eb3247133 (patch) | |
tree | bd2006ba3ea3434090545ade7b79172db0f644d3 /src/if_ole.cpp | |
parent | 334a3bfb0daeff6bea4f041ad16d5bcb7acaf571 (diff) | |
download | vim-git-4666d50709ae71813a8dfd267fe4948eb3247133.tar.gz |
updated for version 7.0-045v7.0.045
Diffstat (limited to 'src/if_ole.cpp')
-rw-r--r-- | src/if_ole.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/if_ole.cpp b/src/if_ole.cpp index 45ee335a2..a92f3a75d 100644 --- a/src/if_ole.cpp +++ b/src/if_ole.cpp @@ -13,11 +13,14 @@ * See os_mswin.c for the client side. */ +extern "C" { +#include "vim.h" +} + #include <windows.h> #include <oleauto.h> extern "C" { -#include "vim.h" extern HWND s_hwnd; extern HWND vim_parent_hwnd; } |