Commit 419a1f45 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dwrite: Added initial test code for text analyzer tests.

parent af08a2f6
......@@ -2,6 +2,7 @@ TESTDLL = dwrite.dll
IMPORTS = dwrite gdi32
C_SRCS = \
analyzer.c \
font.c \
layout.c
......
......@@ -21,8 +21,6 @@
#define COBJMACROS
#include "windows.h"
#include "initguid.h"
#include "dwrite.h"
#include "wine/test.h"
......
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