Some patches to provide missing functionality, from Eric P.'s OSX update.
This commit is contained in:
parent
d3552fb7e8
commit
e5b2182c0a
3 changed files with 393 additions and 0 deletions
14
macosx/patch.h
Normal file
14
macosx/patch.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* patch.h
|
||||
* TuxPaint
|
||||
*
|
||||
* Created by Eric on 13-09-13.
|
||||
* Copyright 2013 __MyCompanyName__. All rights reserved.
|
||||
*
|
||||
* Patch to fix code (incompatible, missing...) //EP
|
||||
*
|
||||
*/
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
wchar_t* wcsdup(const wchar_t*);
|
||||
Loading…
Add table
Add a link
Reference in a new issue