1
0
forked from 0ad/0ad

Added _WIN32 ifdefs, linux compat

This was SVN commit r199.
This commit is contained in:
Simon Brenner 2004-04-09 12:39:55 +00:00
parent 7ac53dceae
commit 0c46f9ee2a

View File

@ -1,7 +1,9 @@
#ifndef SYSDEP_H__
#define SYSDEP_H__
#ifdef _WIN32
#include "win/win.h"
#endif
#ifdef __cplusplus
extern "C" {