Commit 2b95c36b authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix clang-cl warnings

parent 83cdcf5b
......@@ -29,7 +29,7 @@
#pragma GCC poison __WIN__
#endif
#if defined(_MSC_VER)
#if defined(_MSC_VER) && !defined(__clang__)
/*
Following functions have bugs, when used with UTF-8 active codepage.
#include <winservice.h> will use the non-buggy wrappers
......
......@@ -166,7 +166,6 @@ static inline BOOL my_ChangeServiceConfig(SC_HANDLE hService, DWORD dwServiceTyp
wchar_t *w_Dependencies= NULL;
wchar_t *w_ServiceStartName= NULL;
wchar_t *w_Password= NULL;
SC_HANDLE sch = NULL;
DWORD last_error=0;
BOOL ok= TRUE;
......
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