Commit f44a7809 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Direct2D: fix GetProcAddress call for UNICODE

parent eb9756d7
...@@ -110,7 +110,7 @@ static int Open(vlc_object_t *object) ...@@ -110,7 +110,7 @@ static int Open(vlc_object_t *object)
void **); void **);
D2D1CreateFactory = (void *)GetProcAddress(sys->d2_dll, D2D1CreateFactory = (void *)GetProcAddress(sys->d2_dll,
TEXT("D2D1CreateFactory")); "D2D1CreateFactory");
if (!D2D1CreateFactory) { if (!D2D1CreateFactory) {
msg_Err(vd, msg_Err(vd,
"Cannot locate reference to a D2D1CreateFactory ABI in D2D1.DLL"); "Cannot locate reference to a D2D1CreateFactory ABI in D2D1.DLL");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment