mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Making dbase compule under WIn32
This commit is contained in:
parent
46a7b0cf61
commit
68caa64328
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
* All Rights Reserved
|
* All Rights Reserved
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef PHP_WIN32
|
||||||
|
#include "ext/standard/flock_compat.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue