mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
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
This commit is contained in:
parent
1b7303ea0a
commit
60f142ce96
5 changed files with 55 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue