summaryrefslogtreecommitdiffstats
path: root/src/if_ole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_ole.cpp')
-rw-r--r--src/if_ole.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/if_ole.cpp b/src/if_ole.cpp
index 8780847ad8..e52f5ec784 100644
--- a/src/if_ole.cpp
+++ b/src/if_ole.cpp
@@ -12,24 +12,14 @@
*
* See os_mswin.c for the client side.
*/
-
-/*
- * We have some trouble with order of includes here. For Borland it needs to
- * be different from MSVC...
- */
-#ifndef __BORLANDC__
extern "C" {
# include "vim.h"
}
-#endif
#include <windows.h>
#include <oleauto.h>
extern "C" {
-#ifdef __BORLANDC__
-# include "vim.h"
-#endif
extern HWND s_hwnd;
extern HWND vim_parent_hwnd;
}