mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fixup for *nix port
svn path=/trunk/; revision=14023
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
#include <time.h>
|
||||
#ifdef WIN32
|
||||
#include <io.h> /* write() */
|
||||
#else
|
||||
#include <fcntl.h> /* create */
|
||||
#include <unistd.h> /* write and close */
|
||||
#endif /* WIN32 */
|
||||
|
||||
#define NONAMELESSUNION
|
||||
|
||||
Reference in New Issue
Block a user