dc8971488e
* Makefile.in: Ditto. Merge in mingwex branch.
4 lines
84 B
C
4 lines
84 B
C
#include <stdlib.h>
|
|
long long wtoll(const wchar_t * _w)
|
|
{ return _wtoi64 (_w); };
|