2002-12-23 00:00:00 +00:00
|
|
|
|
//========= Copyright <20> 1996-2002, Valve LLC, All rights reserved. ============
|
2001-11-08 00:00:00 +00:00
|
|
|
|
//
|
|
|
|
|
// Purpose:
|
|
|
|
|
//
|
|
|
|
|
// $NoKeywords: $
|
|
|
|
|
//=============================================================================
|
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
|