Commit Graph

27 Commits (9cb49494c7b5ef25ccd9ae5e2e5ddc57e4d0c1cd)

Author SHA1 Message Date
Diego Elio Pettenò 215b6eab13 win32: instead of ATTRIBUTE(unused) use _U_ to mark dummy as unused. 2016-01-08 23:43:07 +01:00
Jean-Baptiste Kempf 76daf49d2d Win32: Mingw has timezone and mingw_gettimeofday 2016-01-08 23:08:06 +01:00
Jean-Baptiste Kempf 6d30222b04 Win32: use lower-case for Windows headers
This does not change a thing for MSVC, but This is needed for
Cross-Compiling with Mingw/Mingw-w64
2016-01-08 22:29:50 +01:00
Ronnie Sahlberg a5119185cb win32: add define for S_IFLNK
Add a define for S_IFLNK to win32. Even if windows does not have this
file type locally, it can still encounter them from an nfs server.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2015-01-12 20:32:19 -08:00
Ronnie Sahlberg a0c4ea7d9f update copyright bilerplates also in generated files
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2014-06-13 17:03:35 -07:00
Ronnie Sahlberg c63ba81eeb win32_errnowrapper.h: add licence boilerplate
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2014-06-08 07:54:45 -07:00
Memphiz 18bfd0b2a2 [win32] - add new missing files to vs project 2014-01-13 19:52:06 +01:00
Memphiz 584346331d [win32] - fix missing preprocessor define for using 32bit time_t in
release target of vs project (fixes crashing with xbmc)
2013-07-10 19:53:54 +02:00
Memphiz 292e2d9097 [win32] - add projects for examples to the solution and make them compile (all compile but nfsclient-bcast) 2013-05-29 18:41:31 +02:00
Memphiz 21eeb9f5e3 [win32] - include time.h through win32_compat.h for getting rid of undefined symbol warnings 2013-05-29 18:41:23 +02:00
Memphiz 067ece8bf2 [win32] - fix visual studio project for allowing compilation for windows 2013-05-29 18:41:10 +02:00
Ronnie Sahlberg 67a9f57e67 WIN32 fixes 2013-05-28 16:15:16 -07:00
Ronnie Sahlberg 2142af5d47 WIN32: More ifdef cleanups 2013-04-14 09:02:23 -07:00
Ronnie Sahlberg d7c6e9aaa9 Initial AROS support.
The test app doesnt link yet since we are missing a bunch of symbols

but it is a start
2013-04-10 20:28:40 -07:00
Ronnie Sahlberg ec70621f42 Remove all remaining references to RPC 2012-12-04 18:55:32 -08:00
Evgeny Grin 178e092aca [Win32] Add windows x64 builds, use some win defines from header if available 2012-11-09 19:40:19 +04:00
Rudi Ihle f96b24fada Fixed errno processing for connect() on Windows. 2012-09-18 08:33:41 +02:00
unknown 35bb34b41c [win32] - fixe compilation broken since mknod addition 2012-03-18 18:17:24 +01:00
Memphiz fcc42bfe85 [win32] - completed win32 port 2011-09-12 19:53:33 +02:00
Memphiz f650a138b6 [fix] - vs2010 project for libnfs 2011-09-12 19:21:02 +02:00
Memphiz 20a96d422c [add/change] - win32 wrappers 2011-09-12 18:58:28 +02:00
unknown f5a488524d [fix] - fix win32_inet_pton 2011-09-03 15:28:43 +10:00
WiSo 75e8e264d6 [WIN32] added nfsclient-sync to the solution. still manually linked with libnfs because the project dependency setting somehow didn't linked it. 2011-09-03 15:10:32 +10:00
WiSo 3446e792c1 [WIN32] added project file for nfsclient-sync.exe 2011-09-03 15:10:12 +10:00
WiSo cb06480162 [WIN32] disable some warnings 2011-09-03 15:09:55 +10:00
WiSo 52674a70ea [WIN32] added visual studio project files to libnfs (oncrpc path still hardcoded at several places) 2011-09-03 15:09:40 +10:00
Memphiz 7f7993883c [add] - win32 compat stuff 2011-09-03 14:51:54 +10:00