mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
http: make escape public on Windows
This commit is contained in:
@@ -189,7 +189,7 @@ pub fn (req &Request) do() Response {
|
||||
return resp
|
||||
}
|
||||
|
||||
fn escape(s string) string {
|
||||
pub fn escape(s string) string {
|
||||
# DWORD size=1;
|
||||
# char *escaped = NULL;
|
||||
# char *empty_string = NULL;
|
||||
|
Reference in New Issue
Block a user