mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-05 06:28:07 +02:00
xcb.h: remove __solaris__ ifdef
Nothing was defining __solaris__ on Solaris in current build setup, and it's not needed on Solaris 10 (released 2005) and later, which has stdint.h. (Solaris 2.6 - 9 had inttypes.h, but no stdint.h.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcb/-/merge_requests/64>
This commit is contained in:
parent
ebea71700f
commit
124690ba63
1 changed files with 0 additions and 4 deletions
|
|
@ -29,11 +29,7 @@
|
|||
#define __XCB_H__
|
||||
#include <sys/types.h>
|
||||
|
||||
#if defined(__solaris__)
|
||||
#include <inttypes.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/uio.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue