diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2017-02-28 12:57:33 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2017-02-28 12:57:33 +0000 |
commit | d4baeca441b248de024719f556b681ce868501ae (patch) | |
tree | 611cfb341c9734bc85aa4a3f2de6322fc9b4c1cb /sql/nt_servc.h | |
parent | fc673a2c121f524a7ed4101b8b9a0cedf8d6fd58 (diff) | |
download | mariadb-git-d4baeca441b248de024719f556b681ce868501ae.tar.gz |
Windows : Fix server compile errors when compile with /Zc:strictStrings option
Diffstat (limited to 'sql/nt_servc.h')
-rw-r--r-- | sql/nt_servc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/nt_servc.h b/sql/nt_servc.h index 949499d8d7f..6781fe0ddfa 100644 --- a/sql/nt_servc.h +++ b/sql/nt_servc.h @@ -61,7 +61,7 @@ class NTService BOOL SeekStatus(LPCSTR szInternName, int OperationType); BOOL Remove(LPCSTR szInternName); BOOL IsService(LPCSTR ServiceName); - BOOL got_service_option(char **argv, char *service_option); + BOOL got_service_option(char **argv, const char *service_option); BOOL is_super_user(); /* |