]> granicus.if.org Git - php/commitdiff
- #50854, fix build on non windows, svn merge is useless.
authorPierre Joye <pajoye@php.net>
Wed, 27 Jan 2010 10:36:03 +0000 (10:36 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 27 Jan 2010 10:36:03 +0000 (10:36 +0000)
main/php.h

index da208e48e0df25e61d81fe7698f5de75d179c356..3e423fb42d7e419082360d43468051103fea32b5 100644 (file)
@@ -305,8 +305,9 @@ PHPAPI void php_verror(const char *docref, const char *params, int type, const c
 /* PHPAPI void php_error(int type, const char *format, ...); */
 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...);
 PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...);
-#ifdef PHP_WIN32
+
 PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...);
+#ifdef PHP_WIN32
 PHPAPI void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2 TSRMLS_DC);
 #endif
 END_EXTERN_C()