# HG changeset patch # User Jordan Miner # Date 1280122277 18000 # Node ID f149c868a34f7817c53ed7a633a2d0a76840e12d # Parent 7cf356729515ea3ab5c77cb0ca2d9f044471bbc2 Change wrong extern type for Uniscribe functions. It caused a function-not-found error from the linker. diff -r 7cf356729515 -r f149c868a34f dynamin/c/uniscribe.d --- 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;