Orb/Doxygen/winbuild/unistd.h
author Michel Szarindar <Michel.Szarindar@Nokia.com>
Fri, 23 Apr 2010 20:47:58 +0100
changeset 3 d8fccb2cd802
parent 0 42188c7ea2d9
permissions -rw-r--r--
Orb version 0.1.9. Fixes Bug 1965, Bug 2401

/* this is a dummy file, that is needed for compiling files that are 
 * generated with flex under Windows 95/NT. 
 */
#if defined(_MSC_VER)
#include <io.h>
#endif