X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fstdafx.h;h=96335e38ae945e2349e1d2c37660d36efa04a700;hb=4622c0a14deaead2d3cfd24c88f54c25e1f4c730;hp=8993bb356140d5f0ad32938310b4e01ab9b56fd9;hpb=b194a2ecd43debbb3724e332b660b993725acd52;p=pcsx_rearmed.git diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h index 8993bb35..96335e38 100644 --- a/plugins/dfsound/stdafx.h +++ b/plugins/dfsound/stdafx.h @@ -15,29 +15,23 @@ * * ***************************************************************************/ -#ifndef _MACOSX -#include "config.h" -#endif +#ifndef __P_STDAFX_H__ +#define __P_STDAFX_H__ + #include #include -#include -#include -#include -#include -#include -#define RRand(range) (random()%range) #include -#include -#include #undef CALLBACK #define CALLBACK #define DWORD unsigned int -#define LOWORD(l) ((unsigned short)(l)) -#define HIWORD(l) ((unsigned short)(((unsigned int)(l) >> 16) & 0xFFFF)) +#define LOWORD(l) ((unsigned short)(l)) +#define HIWORD(l) ((unsigned short)(((unsigned int)(l) >> 16) & 0xFFFF)) #ifndef INLINE #define INLINE static inline #endif #include "psemuxa.h" + +#endif /* __P_STDAFX_H__ */