]> git.meshlink.io Git - catta/commit
moved back windows compat headers and fixed catta headers to stop clutter dependent...
authoreverHannes <hannes.ahrens@everbase.net>
Mon, 24 Aug 2015 18:36:08 +0000 (20:36 +0200)
committerHiveError <hiveerror@gmail.com>
Mon, 24 Aug 2015 18:36:08 +0000 (20:36 +0200)
commitd973ebcca85078aeb8d6f790795b75c8a8b863b8
treeca7a81f90d88b303d44b90416e7f49f66020bc31
parentf5d4215d93887fda552b8f5f52ea506e01d9a748
moved back windows compat headers and fixed catta headers to stop clutter dependent projects with wincompat.h redefines
also fixed WINVER to be a project property set in src/Makefile.am instead of undef/define override in wincompat.h
29 files changed:
configure.ac
include/Makefile.am
include/catta/compat/wincompat.h [deleted file]
include/catta/compat/windows/arpa/inet.h [deleted file]
include/catta/compat/windows/net/if.h [deleted file]
include/catta/compat/windows/netinet/in.h [deleted file]
include/catta/compat/windows/sys/ioctl.h [deleted file]
include/catta/compat/windows/sys/poll.h [deleted file]
include/catta/compat/windows/sys/select.h [deleted file]
include/catta/compat/windows/sys/socket.h [deleted file]
include/catta/compat/windows/sys/uio.h [deleted file]
include/catta/compat/windows/sys/utsname.h [deleted file]
include/catta/simple-watch.h
include/catta/thread-watch.h
include/catta/timeval.h
include/catta/watch.h
src/Makefile.am
src/compat/windows/include/arpa/inet.h [new file with mode: 0644]
src/compat/windows/include/net/if.h [new file with mode: 0644]
src/compat/windows/include/netinet/in.h [new file with mode: 0644]
src/compat/windows/include/sys/ioctl.h [new file with mode: 0644]
src/compat/windows/include/sys/poll.h [new file with mode: 0644]
src/compat/windows/include/sys/select.h [new file with mode: 0644]
src/compat/windows/include/sys/socket.h [new file with mode: 0644]
src/compat/windows/include/sys/uio.h [new file with mode: 0644]
src/compat/windows/include/sys/utsname.h [new file with mode: 0644]
src/compat/windows/wincompat.c
src/compat/windows/wincompat.h [new file with mode: 0644]
src/iface-windows.c