halflife-thewastes-sdk/common/nowin.h

15 lines
313 B
C
Raw Normal View History

//========= Copyright © 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef INC_NOWIN_H
#define INC_NOWIN_H
#ifndef _WIN32
#include <unistd.h>
#endif //!_WIN32
2001-08-29 02:00:00 +02:00
#endif //INC_NOWIN_H