cvs: TSRM(PHP_5_3) / tsrm_win32.c
[email protected] ("Hannes Magnusson") Tue, 19 May 2009 10:00:12 -0000
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsbjori1242727212@cvsserver> |
bjori Tue May 19 10:00:12 2009 UTC
Modified files: (Branch: PHP_5_3)
/TSRM tsrm_win32.c
Log:
Fix build
http://cvs.php.net/viewvc.cgi/TSRM/tsrm_win32.c?r1=1.27.2.1.2.7.2.6&r2=1.27.2.1.2.7.2.7&diff_format=u
Index: TSRM/tsrm_win32.c
diff -u TSRM/tsrm_win32.c:1.27.2.1.2.7.2.6 TSRM/tsrm_win32.c:1.27.2.1.2.7.2.7
--- TSRM/tsrm_win32.c:1.27.2.1.2.7.2.6 Mon May 18 20:56:46 2009
+++ TSRM/tsrm_win32.c Tue May 19 10:00:12 2009
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: tsrm_win32.c,v 1.27.2.1.2.7.2.6 2009/05/18 20:56:46 pajoye Exp $ */
+/* $Id: tsrm_win32.c,v 1.27.2.1.2.7.2.7 2009/05/19 10:00:12 bjori Exp $ */
#include <stdio.h>
#include <fcntl.h>
@@ -69,7 +69,7 @@
free(globals->comspec);
- If(globals->impersonation_token) {
+ if(globals->impersonation_token) {
CloseHandle(globals->impersonation_token);
}
}