Move win32/win32_compat.h to include/win32/win32_compat.h

libnfs-4.0.0-vitalif
Daniel Abrecht 2018-04-16 19:38:38 +00:00
parent a488feedd9
commit b3fd3ca7e4
34 changed files with 33 additions and 33 deletions

View File

@ -29,7 +29,7 @@
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#else

View File

@ -27,7 +27,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#define PRId64 "ll"

View File

@ -28,7 +28,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#define PRId64 "ll"

View File

@ -45,7 +45,7 @@
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#else

View File

@ -45,7 +45,7 @@
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#else

View File

@ -22,7 +22,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#else

View File

@ -22,7 +22,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#endif

View File

@ -22,7 +22,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#endif

View File

@ -23,7 +23,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#endif

View File

@ -29,7 +29,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#define PRId64 "ll"

View File

@ -23,7 +23,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#endif

View File

@ -38,7 +38,7 @@
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#else

View File

@ -12,6 +12,6 @@ dist_nfsc_HEADERS = \
../rquota/libnfs-raw-rquota.h
dist_noinst_HEADERS = \
../win32/win32_compat.h \
win32/win32_compat.h \
libnfs-private.h \
slist.h

View File

@ -23,7 +23,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif
#ifndef _GNU_SOURCE

View File

@ -27,7 +27,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif
#ifdef HAVE_SYS_SOCKET_H

View File

@ -26,7 +26,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif
#ifdef AROS

View File

@ -31,7 +31,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif
#ifdef HAVE_UTIME_H

View File

@ -31,7 +31,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif
#ifdef HAVE_INTTYPES_H

View File

@ -31,7 +31,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif
#ifdef HAVE_INTTYPES_H

View File

@ -24,7 +24,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif
#ifdef HAVE_NETINET_IN_H

View File

@ -24,7 +24,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif
#ifdef HAVE_ARPA_INET_H

View File

@ -16,7 +16,7 @@
*/
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif/*WIN32*/
#include <stdio.h>

View File

@ -16,7 +16,7 @@
*/
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#else
#include <sys/stat.h>
#endif/*WIN32*/

View File

@ -15,7 +15,7 @@
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#else
#include <sys/stat.h>
#endif/*WIN32*/

View File

@ -17,7 +17,7 @@
*/
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#else
#include <sys/stat.h>
#endif/*WIN32*/

View File

@ -16,7 +16,7 @@
*/
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif/*WIN32*/
#include <stdio.h>

View File

@ -16,7 +16,7 @@
*/
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif/*WIN32*/
#include <stdio.h>

View File

@ -15,7 +15,7 @@
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif/*WIN32*/
#include <stdio.h>

View File

@ -15,7 +15,7 @@
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#endif/*WIN32*/
#include <stdio.h>

View File

@ -28,7 +28,7 @@
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#else

View File

@ -28,7 +28,7 @@
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#else

View File

@ -27,7 +27,7 @@
#endif
#ifdef WIN32
#include "win32_compat.h"
#include <win32/win32_compat.h>
#pragma comment(lib, "ws2_32.lib")
WSADATA wsaData;
#define PRId64 "ll"

View File

@ -26,7 +26,7 @@ THE SOFTWARE.
static int dummy _U_;
#else
#include "win32_compat.h"
#include <win32/win32_compat.h>
#include <errno.h>
#include <stdio.h>