Some patches to provide missing functionality, from Eric P.'s OSX update.

This commit is contained in:
William Kendrick 2014-03-19 23:26:25 +00:00
parent d3552fb7e8
commit e5b2182c0a
3 changed files with 393 additions and 0 deletions

14
macosx/patch.h Normal file
View 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*);