Browse Source

Cleanups.

Mark Sibly 8 years ago
parent
commit
6f221ed0f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/std/requesters/requesters.monkey2

+ 1 - 1
modules/std/requesters/requesters.monkey2

@@ -15,8 +15,8 @@ Namespace std.requesters
 	
 	#if __TARGET__="windows"
 
+		#Import "<libole32.a>"
 		#Import "<libComdlg32.a>"
-'		#Import "<libole32.a>"
 
 	#endif