X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fstdafx.h;h=96335e38ae945e2349e1d2c37660d36efa04a700;hb=78de2879b23476890019dd434178b463b649da17;hp=04aa23334b99114d99fe9028f08ecbef748411cc;hpb=908e426cc1ef2187357ed8fb59edd99b8a8060c9;p=pcsx_rearmed.git diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h index 04aa2333..96335e38 100644 --- a/plugins/dfsound/stdafx.h +++ b/plugins/dfsound/stdafx.h @@ -22,16 +22,11 @@ #include #include -#ifdef _WIN32 -#define WIN32_LEAN_AND_MEAN -#include -#else #undef CALLBACK #define CALLBACK #define DWORD unsigned int #define LOWORD(l) ((unsigned short)(l)) #define HIWORD(l) ((unsigned short)(((unsigned int)(l) >> 16) & 0xFFFF)) -#endif #ifndef INLINE #define INLINE static inline