https://git.reactos.org/?p=reactos.git;a=commitdiff;h=eafa77f30a6fa25a6fcfe2...
commit eafa77f30a6fa25a6fcfe26634645fa9b89e7d70 Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Sat Dec 9 20:03:08 2017 +0100
[GDI32_APITEST] Properly add CreateDIBPatternBrush.c to the source files list instead of relying on CMake to do so. --- modules/rostests/apitests/gdi32/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/apitests/gdi32/CMakeLists.txt b/modules/rostests/apitests/gdi32/CMakeLists.txt index 3dfe1c3474..75255b3d27 100644 --- a/modules/rostests/apitests/gdi32/CMakeLists.txt +++ b/modules/rostests/apitests/gdi32/CMakeLists.txt @@ -12,7 +12,7 @@ list(APPEND SOURCE CreateBitmapIndirect.c CreateCompatibleDC.c CreateDIBitmap.c - CreateDIBPatternBrush + CreateDIBPatternBrush.c CreateFont.c CreateFontIndirect.c CreateIconIndirect.c