]> granicus.if.org Git - php/commitdiff
use char* as we don't compile with UNICODE anyway
authorAnatol Belski <ab@php.net>
Fri, 28 Apr 2017 12:03:06 +0000 (14:03 +0200)
committerAnatol Belski <ab@php.net>
Fri, 28 Apr 2017 12:03:06 +0000 (14:03 +0200)
TSRM/tsrm_win32.c

index bb277b484b6fabc96c3046be94a1bc5e9dd11549..b9a4ec981473248f60a3af1d2febcbded783b5ca 100644 (file)
@@ -110,7 +110,7 @@ TSRM_API void tsrm_win32_shutdown(void)
 char * tsrm_win32_get_path_sid_key(const char *pathname, size_t pathname_len, size_t *key_len)
 {
        PSID pSid = TWG(impersonation_token_sid);
-       TCHAR *ptcSid = NULL;
+       char *ptcSid = NULL;
        char *bucket_key = NULL;
        size_t ptc_sid_len;