mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-06 09:20:29 +01:00
warning fix for Win32
This commit is contained in:
parent
e6a0820d1b
commit
8963a220f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue