1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

- Use PHP_WIN32

This commit is contained in:
Andi Gutmans
2000-06-09 08:10:15 +00:00
parent 216067b63f
commit a7d1bc96be

View File

@@ -52,7 +52,7 @@
#include "modules.h"
#include "ext/standard/info.h"
#include "ext/standard/php_global.h"
#if (WIN32|WINNT)
#ifdef PHP_WIN32
#include "winsock.h"
#endif
CALSTREAM *cal_open();