summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-11-08 08:54:09 +0000
committernakeee <nakeee@gmail.com>2009-11-08 08:54:09 +0000
commit60f142ce96de38c4cdd0a08caa399650fc55831e (patch)
treeab7e2963cc6c4b48f5672e645ed5641ad65b2acc /Source/Core/Common
parent1b7303ea0a41720f392a5c5e7b398976fcae397a (diff)
Begining of porting the luainteface to linux + some other small fixes.
(could use some help with lua macros) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4515 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/CommonFuncs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/CommonFuncs.h b/Source/Core/Common/Src/CommonFuncs.h
index e36a8fa10a..a11169d27a 100644
--- a/Source/Core/Common/Src/CommonFuncs.h
+++ b/Source/Core/Common/Src/CommonFuncs.h
@@ -63,6 +63,7 @@ inline u32 _rotr(u32 x, int shift) {
#define strncasecmp _strnicmp
#define unlink _unlink
#define snprintf _snprintf
+ #define vscprintf _vscprintf
char* strndup (char const *s, size_t n);
// 64 bit offsets for windows