Commit a9bf1ad8 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

kernel32/tests: Reorder the WINAPI with the void.

parent 6c89fb10
...@@ -14,7 +14,7 @@ BOOL WINAPI DllMain(HINSTANCE instance_new, DWORD reason, LPVOID reserved) ...@@ -14,7 +14,7 @@ BOOL WINAPI DllMain(HINSTANCE instance_new, DWORD reason, LPVOID reserved)
return TRUE; 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); GetModuleFileNameA(instance, buffer, buffer_size);
} }
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