2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-01-01 01:25:53 +03:00
metamod-r/metamod/include/common/nowin.h

17 lines
336 B
C
Raw Normal View History

2016-07-04 09:07:29 +03:00
//========= Copyright <20> 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef INC_NOWIN_H
#define INC_NOWIN_H
#ifndef _WIN32
#include <unistd.h>
2016-07-04 10:11:20 +03:00
#include <sys/types.h>
2016-07-04 09:07:29 +03:00
#endif //!_WIN32
#endif //INC_NOWIN_H