diff dynamin/c/uniscribe.d @ 88:f149c868a34f

Change wrong extern type for Uniscribe functions. It caused a function-not-found error from the linker.
author Jordan Miner <jminer7@gmail.com>
date Mon, 26 Jul 2010 00:31:17 -0500
parents aa4efef0f0b1
children 0d6778fea624
line wrap: on
line diff
--- a/dynamin/c/uniscribe.d	Mon Jul 26 00:29:13 2010 -0500
+++ b/dynamin/c/uniscribe.d	Mon Jul 26 00:31:17 2010 -0500
@@ -26,7 +26,7 @@
 	}
 }
 
-extern(C):
+extern(Windows):
 
 const int USPBUILD = 0400;