1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Revert "Windows Unicode support"

This reverts commit 8462e99bc5.
This commit is contained in:
Alexander Medvednikov
2019-07-24 00:24:34 +02:00
parent b48e23757f
commit 2291e9fcfe
7 changed files with 63 additions and 207 deletions

View File

@ -4,7 +4,6 @@
module math
#include <math.h>
// NOTE
// When adding a new function, please make sure it's in the right place.