Browse Source

fix warnings

experimental/first_unicode_implementation
Stanislav Malyshev 18 years ago
parent
commit
6564e21433
  1. 3
      TSRM/readdir.h
  2. 2
      TSRM/tsrm_config.w32.h

3
TSRM/readdir.h

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

2
TSRM/tsrm_config.w32.h

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

Loading…
Cancel
Save