fix compile on osx and linux

added  GetPluginDirectory (please check on windows)


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2490 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-02-28 23:21:51 +00:00
parent 7d4e374c21
commit 324abc9a7f
6 changed files with 119 additions and 43 deletions

View File

@ -27,7 +27,8 @@
#ifndef _WIN32
#if defined __APPLE__
char* strndup (char const *s, size_t n);
char* strndup (char const *s, size_t n);
size_t strnlen(const char *s, size_t n);
#else
#include <byteswap.h>
#endif // APPLE