diff src/if_ole.cpp @ 919:3cd88bdcd97d v7.0.045

updated for version 7.0-045
author vimboss
date Tue, 08 Aug 2006 15:04:31 +0000
parents 99305c4c42d4
children c5871806d7e6
line wrap: on
line diff
--- 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;
 }