diff options
author | Pierre Joye <pajoye@php.net> | 2008-12-09 17:57:59 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-12-09 17:57:59 +0000 |
commit | a8578a5ab1bd78b553ca071aae95e25c441af24a (patch) | |
tree | a6dd2ed1979053fda7ea6117b86b9a84c1d3e1fc /ext/standard/info.c | |
parent | 9e5929522475ecd53824bcaa9fb31f439e7b292e (diff) | |
download | php-git-a8578a5ab1bd78b553ca071aae95e25c441af24a.tar.gz |
- double declaration and comments cleanup
Diffstat (limited to 'ext/standard/info.c')
-rw-r--r-- | ext/standard/info.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index c2b8da8893..7eeae6f085 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -252,15 +252,6 @@ PHPAPI char *php_info_html_esc(char *string TSRMLS_DC) #ifdef PHP_WIN32 /* {{{ */ -typedef void (WINAPI *PGNSI)(LPSYSTEM_INFO); -typedef BOOL (WINAPI *PGPI)(DWORD, DWORD, DWORD, DWORD, PDWORD); - -#include "winver.h" - -#if _MSC_VER < 1300 -#define OSVERSIONINFOEX php_win_OSVERSIONINFOEX -#endif - char* php_get_windows_name() { OSVERSIONINFOEX osvi; |