mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
warning fix for Win32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user