NS/main/source/common/nowin.h

17 lines
336 B
C
Raw Normal View History

2014-12-16 13:36:27 +00:00
//========= Copyright <20> 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
2014-01-23 10:46:47 +00:00
#ifndef INC_NOWIN_H
#define INC_NOWIN_H
#ifndef _WIN32
#include <unistd.h>
2014-12-16 13:36:27 +00:00
#include <sys/types.h>
2014-01-23 10:46:47 +00:00
#endif //!_WIN32
2014-12-16 13:36:27 +00:00
#endif //INC_NOWIN_H