osxcross/wrapper/programs/proginc.h
Thomas Pöchtrager 24753b8178 Cleanup: Remove the native Windows bits.
There will be no *native* Windows port of OSXCross anyway.
This does not affect Cygwin.
2015-10-04 18:02:07 +02:00

18 lines
273 B
C++

#include "compat.h"
#include <vector>
#include <iostream>
#include <sstream>
#include <cstdlib>
#include <cstring>
#include <climits>
#include <cassert>
#include <unistd.h>
#include "tools.h"
#include "target.h"
#include "progs.h"
extern int debug;
extern int unittest;