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

os: prevent unnecessary dependencies when importing os on windows (#6741)

This commit is contained in:
Ekopalypse
2020-11-04 08:19:46 +00:00
committed by GitHub
parent cd399b7e6e
commit cc4bb71f29

View File

@ -2,8 +2,6 @@ module os
import strings
#flag -lws2_32
#include <winsock2.h>
#include <process.h>
pub const (
path_separator = '\\'