Skip to content

Commit 7fc2d87

Browse files
author
Andrew Zenin
committed
Update PHP.INC
1 parent 1d7313c commit 7fc2d87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Source/PHP.INC

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ backward compatibility between PHP versions.
7070
{$DEFINE PHP530}
7171
{$DEFINE PHP540}
7272
{$DEFINE PHP550}
73-
{$DEFINE PHP_UNICE}
73+
{//$DEFINE PHP_UNICE}
7474
{$DEFINE ZEND_WIN32}
7575
{$DEFINE PHP_COMPILER_ID}
7676
{$ENDIF}
@@ -213,3 +213,7 @@ backward compatibility between PHP versions.
213213
{$J+}
214214
{$WARNINGS OFF}
215215
{$ENDIF}
216+
217+
{$IFDEF MSWINDOWS}
218+
{$DEFINE WINDOWS}
219+
{$ENDIF}

0 commit comments

Comments
 (0)