14 lines
No EOL
247 B
C
14 lines
No EOL
247 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*); |