1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Fix build

This commit is contained in:
Hannes Magnusson
2009-05-19 10:00:12 +00:00
parent ec9b82f0f4
commit 45b2586666
+1 -1
View File
@@ -69,7 +69,7 @@ static void tsrm_win32_dtor(tsrm_win32_globals *globals TSRMLS_DC)
free(globals->comspec);
If(globals->impersonation_token) {
if(globals->impersonation_token) {
CloseHandle(globals->impersonation_token);
}
}