X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=common.h;h=b0f32ff1dbd906dca4d1fbab52e90294b50a4854;hp=59268ae10f9371599fbbab8b5dcee27e53876f89;hb=HEAD;hpb=0bbc23a37289ca20b8681229ccf74edfb6261d4e diff --git a/common.h b/common.h index 59268ae..b0f32ff 100644 --- a/common.h +++ b/common.h @@ -4,6 +4,8 @@ #include #include +#define NONE (~0) + #ifndef max #define max(a, b) ((a) > (b) ? (a) : (b)) #endif @@ -19,8 +21,4 @@ #define CONDERROR(a) if((a)) {initerror = strdup(SDL_GetError());return 1;} #define NULLERROR(a) CONDERROR((a) == NULL) -#ifdef WIN32 -# include -#endif - #endif // VOR_COMMON_H