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