changeset 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 7cf356729515
children 0d6778fea624
files dynamin/c/uniscribe.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;