From caf5b83a0fac7421ee6f57649e141b36515c90c3 Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Mon, 27 Aug 2018 14:08:47 -0700 Subject: [PATCH] test --- modules/javafx.graphics/src/main/native-font/directwrite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/javafx.graphics/src/main/native-font/directwrite.cpp b/modules/javafx.graphics/src/main/native-font/directwrite.cpp index 81f5e6c923..0b5aa4c845 100644 --- a/modules/javafx.graphics/src/main/native-font/directwrite.cpp +++ b/modules/javafx.graphics/src/main/native-font/directwrite.cpp @@ -854,7 +854,7 @@ JNIEXPORT jlong JNICALL OS_NATIVE(_1WICCreateImagingFactory) * Note: This method is called by DWFactory a single time. */ IWICImagingFactory* result = NULL; - hr = CoCreateInstance( + HRESULT hr = CoCreateInstance( CLSID_WICImagingFactory, NULL, CLSCTX_INPROC_SERVER,