summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-05-17 19:44:27 +0000
committerPierre Joye <pajoye@php.net>2009-05-17 19:44:27 +0000
commit10ace3fe979eba2e440cb184f0ae53ecbba26465 (patch)
tree5f728f22c2df8ba03c3f0ae5a4ab10d68ce3e80a /TSRM/tsrm_win32.h
parent47f87a58aa6b2ff1c0e67225e884c7e3a788effb (diff)
downloadphp-git-10ace3fe979eba2e440cb184f0ae53ecbba26465.tar.gz
- #44859, fixed support for windows ACL, drop win9x code
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r--TSRM/tsrm_win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h
index a83d6ed1c8..acd0e683a2 100644
--- a/TSRM/tsrm_win32.h
+++ b/TSRM/tsrm_win32.h
@@ -63,6 +63,7 @@ typedef struct {
int process_size;
int shm_size;
char *comspec;
+ HANDLE impersonation_token;
} tsrm_win32_globals;
#ifdef ZTS