Commit 33b5911f authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Ulrich Sibiller

xcmisc.c: remove HAVE_STDINT

This eliminates a warning since we do not have this define in our build environment.
parent c180a214
......@@ -40,11 +40,7 @@ from The Open Group.
#include <nx-X11/extensions/xcmiscstr.h>
#include "modinit.h"
#if HAVE_STDINT_H
#include <stdint.h>
#elif !defined(UINT32_MAX)
#define UINT32_MAX 0xffffffffU
#endif
#if 0
static unsigned char XCMiscCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment