1
0
Fork 0
forked from valve/halflife-sdk
halflife-sdk-steam/common/nowin.h

9 lines
123 B
C
Raw Normal View History

2001-08-29 00:00:00 +00:00
#ifndef INC_NOWIN_H
#define INC_NOWIN_H
#ifndef _WIN32
#include <unistd.h>
#endif //!_WIN32
#endif //INC_NOWIN_H