From df065b4bf4205db561a5fe7d5652352f6046e40f Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sun, 25 Jul 2010 10:01:51 +0000 Subject: ported dfinput to osx as well (prelimiary, no config dialog yet). will eventually replace HIDInput. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55128 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFInput/SDL/include/SDL_name.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 macosx/plugins/DFInput/SDL/include/SDL_name.h (limited to 'macosx/plugins/DFInput/SDL/include/SDL_name.h') diff --git a/macosx/plugins/DFInput/SDL/include/SDL_name.h b/macosx/plugins/DFInput/SDL/include/SDL_name.h new file mode 100644 index 00000000..511619af --- /dev/null +++ b/macosx/plugins/DFInput/SDL/include/SDL_name.h @@ -0,0 +1,11 @@ + +#ifndef _SDLname_h_ +#define _SDLname_h_ + +#if defined(__STDC__) || defined(__cplusplus) +#define NeedFunctionPrototypes 1 +#endif + +#define SDL_NAME(X) SDL_##X + +#endif /* _SDLname_h_ */ -- cgit v1.2.3