warning fix for Win32

This commit is contained in:
Alexander Gottwald 2005-04-20 16:34:46 +00:00
parent e6a0820d1b
commit 8963a220f3
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ SOFTWARE.
#if defined(NOFILE) && !defined(NOFILES_MAX)
#define OPEN_MAX NOFILE
#else
#ifndef __UNIXOS2__
#if !defined(__UNIXOS2__) && !defined(WIN32)
#define OPEN_MAX NOFILES_MAX
#else
#define OPEN_MAX 256