comparison 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
comparison
equal deleted inserted replaced
918:a07007166d51 919:3cd88bdcd97d
11 * OLE server implementation. 11 * OLE server implementation.
12 * 12 *
13 * See os_mswin.c for the client side. 13 * See os_mswin.c for the client side.
14 */ 14 */
15 15
16 extern "C" {
17 #include "vim.h"
18 }
19
16 #include <windows.h> 20 #include <windows.h>
17 #include <oleauto.h> 21 #include <oleauto.h>
18 22
19 extern "C" { 23 extern "C" {
20 #include "vim.h"
21 extern HWND s_hwnd; 24 extern HWND s_hwnd;
22 extern HWND vim_parent_hwnd; 25 extern HWND vim_parent_hwnd;
23 } 26 }
24 27
25 #include "if_ole.h" // Interface definitions 28 #include "if_ole.h" // Interface definitions