https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9ce337242bcb1a528362981c2e95f9bce6e8e552

commit 9ce337242bcb1a528362981c2e95f9bce6e8e552
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Mon Apr 29 19:42:04 2019 +0900
Commit:     Katayama Hirofumi MZ <[email protected]>
CommitDate: Mon Apr 29 19:42:04 2019 +0900

    [WIN32KNT_APITEST] Forgot a extension in CMakeLists.txt
---
 modules/rostests/apitests/win32nt/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/apitests/win32nt/CMakeLists.txt 
b/modules/rostests/apitests/win32nt/CMakeLists.txt
index 918903b872b..31e649e0c14 100644
--- a/modules/rostests/apitests/win32nt/CMakeLists.txt
+++ b/modules/rostests/apitests/win32nt/CMakeLists.txt
@@ -35,7 +35,7 @@ list(APPEND SOURCE
     ntgdi/NtGdiSelectPen.c
     ntgdi/NtGdiSetBitmapBits.c
     ntgdi/NtGdiSetDIBitsToDeviceInternal.c
-    ntgdi/NtGdiTransformPoints
+    ntgdi/NtGdiTransformPoints.c
 
 #    ntuser/NtUserCallHwnd.c
 #    ntuser/NtUserCallHwndLock.c

Reply via email to