mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
use char* as we don't compile with UNICODE anyway
This commit is contained in:
parent
e9d5214b85
commit
f708f0bb72
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue