mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make gg work on Windows; prebuild glad and cJSON; new ft module
This commit is contained in:
1
thirdparty/glad/glad.c
vendored
1
thirdparty/glad/glad.c
vendored
@ -21,6 +21,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "glad.h"
|
||||
//#include <glad/glad.h>
|
||||
|
||||
static void* get_proc(const char *namez);
|
||||
|
Reference in New Issue
Block a user