Fix _IOLBF for Windows CE and also define _IONBF if needed.

This commit is contained in:
Marcus Brinkmann 2010-05-12 14:47:18 +02:00 committed by Ralf Habacker
parent 892bb42550
commit 1af558a620

View file

@ -44,7 +44,10 @@
#ifdef DBUS_WINCE
#ifndef _IOLBF
#define _IOLBF 1
#define _IOLBF 0x40
#endif
#ifndef _IONBF
#define _IONBF 0x04
#endif
void