1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

remove windows-only code

Step 1 on road towards Linux.

Remove windows-specific code, stub it out where needed and make sure we
can still compile it the way it is.

Take care of Travis' build matrix to include new build configuration.

Install new packages.
This commit is contained in:
Michał Janiszewski
2015-08-04 01:08:42 +02:00
parent 30cccce98b
commit 4df8761831
20 changed files with 356 additions and 48 deletions

View File

@@ -18,7 +18,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#include <windows.h>
extern "C" {
#include "../platform/platform.h"
}
#include "network.h"