JRE-1032 Evaluate reported OpenJDK vulnerabilities in IntelliJ IDEA Community

Fixed merge issue
diff --git a/make/windows/makefiles/compile.make b/make/windows/makefiles/compile.make
index 82bb71f..c867a1a 100644
--- a/make/windows/makefiles/compile.make
+++ b/make/windows/makefiles/compile.make
@@ -152,7 +152,6 @@
 !if "$(MSC_VER)" == "1913"
 COMPILER_NAME=VS2017
 !endif
-!endif
 
 # By default, we do not want to use the debug version of the msvcrt.dll file
 #   but if MFC_DEBUG is defined in the environment it will be used.