1
0
Fork 0
forked from valve/halflife-sdk
halflife-sdk-steam/common/nowin.h
2002-12-23 00:00:00 +00:00

15 lines
No EOL
326 B
C

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