* include/_mingw.h: Increment version to 2.0.
* Makefile.in: Ditto. Merge in mingwex branch.
This commit is contained in:
3
winsup/mingw/mingwex/wtoll.c
Normal file
3
winsup/mingw/mingwex/wtoll.c
Normal file
@@ -0,0 +1,3 @@
|
||||
#include <stdlib.h>
|
||||
long long wtoll(const wchar_t * _w)
|
||||
{ return _wtoi64 (_w); };
|
Reference in New Issue
Block a user