fix warnings

This commit is contained in:
Stanislav Malyshev 2008-07-30 17:45:18 +00:00
parent fcd87bc3a1
commit a041ddc9d9
2 changed files with 2 additions and 2 deletions

View file

@ -7,8 +7,6 @@
* on Windows 95/NT. * on Windows 95/NT.
*/ */
#define _WIN32_WINNT 0x0400
#include <windows.h> #include <windows.h>
#include <io.h> #include <io.h>

View file

@ -1,6 +1,8 @@
#ifndef TSRM_CONFIG_W32_H #ifndef TSRM_CONFIG_W32_H
#define TSRM_CONFIG_W32_H #define TSRM_CONFIG_W32_H
#include <../main/config.w32.h>
#define HAVE_UTIME 1 #define HAVE_UTIME 1
#define HAVE_ALLOCA 1 #define HAVE_ALLOCA 1
#define HAVE_REALPATH 1 #define HAVE_REALPATH 1