tuxpaint-pencil-sharpener/macosx/patch.h
2017-10-15 11:21:19 -07:00

14 lines
249 B
C

/*
* 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 *);