mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[ROSTESTS] fix x64 build and fix/disable warnings
This commit is contained in:
parent
6a67450893
commit
42d2d5ec9c
56 changed files with 229 additions and 171 deletions
|
@ -26,7 +26,7 @@ static void send_msg(const char *type, const char *msg)
|
|||
char buf[512];
|
||||
|
||||
StringCbPrintfA(buf, sizeof(buf), "%s:%s", type, msg);
|
||||
WriteFile(pipe_handle, buf, strlen(buf)+1, &written, NULL);
|
||||
WriteFile(pipe_handle, buf, lstrlenA(buf)+1, &written, NULL);
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue