diff --git a/dlls/ole2nls.dll16/Makefile.in b/dlls/ole2nls.dll16/Makefile.in
index bea15132151..10478104352 100644
--- a/dlls/ole2nls.dll16/Makefile.in
+++ b/dlls/ole2nls.dll16/Makefile.in
@@ -1,6 +1,6 @@
 MODULE    = ole2nls.dll16
 
-EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
+EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,ole32.dll
 
 C_SRCS = ole2nls.c
 
diff --git a/dlls/ole2nls.dll16/ole2nls.c b/dlls/ole2nls.dll16/ole2nls.c
index 68db4498ae5..b4b332fefb4 100644
--- a/dlls/ole2nls.dll16/ole2nls.c
+++ b/dlls/ole2nls.dll16/ole2nls.c
@@ -20,8 +20,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-
 #include <string.h>
 #include <stdarg.h>
 #include <stdio.h>