Andrey Gusev : kernel32/tests: Reorder the WINAPI with the void.

Alexandre Julliard julliard at winehq.org
Mon Dec 2 17:10:16 CST 2019


Module: wine
Branch: master
Commit: a9bf1ad81e7706a7e2e216665b398e4c85568e53
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a9bf1ad81e7706a7e2e216665b398e4c85568e53

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon Dec  2 15:53:59 2019 +0200

kernel32/tests: Reorder the WINAPI with the void.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/dummy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/tests/dummy.c b/dlls/kernel32/tests/dummy.c
index 14d0d90dea..b8eab8c219 100644
--- a/dlls/kernel32/tests/dummy.c
+++ b/dlls/kernel32/tests/dummy.c
@@ -14,7 +14,7 @@ BOOL WINAPI DllMain(HINSTANCE instance_new, DWORD reason, LPVOID reserved)
     return TRUE;
 }
 
-WINAPI void get_path(char *buffer, int buffer_size)
+void WINAPI get_path(char *buffer, int buffer_size)
 {
     GetModuleFileNameA(instance, buffer, buffer_size);
 }




More information about the wine-cvs mailing list