This website requires JavaScript.
Explore
Help
Sign in
empire
/
empserver
Watch
1
Star
0
Fork
You've already forked empserver
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d5ffce4aa8
empserver
/
src
/
lib
/
w32
History
Download ZIP
Download TAR.GZ
Ron Koenderink
d5ffce4aa8
(getcwd) [_WIN32]: getcwd() is included in unistd.h in POSIX so
...
add <direct.h> into the windows equivalent for unistd.h.
2007-08-19 01:40:14 +00:00
..
sys
[_WIN32] (readv, writev, iovec): New. POSIX equivalents.
2007-08-16 21:43:20 +00:00
getopt.c
Now compiled only for Windows, remove unnecessary #if.
2007-08-11 19:07:46 +00:00
getopt.h
New home for stuff specific to Windows: src/lib/w32/
2007-08-04 05:23:39 +00:00
posixfile.c
Include config.h.
2007-08-18 16:54:37 +00:00
posixio.c
(va_start) [_WIN32]: For va_start() requires stdarg.h and stdio.h.
2007-08-19 00:55:14 +00:00
service.c
Now compiled only for Windows, remove unnecessary #if.
2007-08-11 19:07:46 +00:00
strptime.c
(strptime) [_WIN32]: Provide missing functionality from WIN32.
2007-08-09 03:44:52 +00:00
unistd.h
(getcwd) [_WIN32]: getcwd() is included in unistd.h in POSIX so
2007-08-19 01:40:14 +00:00
w32misc.h
Switch the !__GNUC__ with _MSC_VER to be more reflective of the
2007-08-17 20:43:32 +00:00