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

tcc_win: fix tests

This commit is contained in:
spaceface777
2020-06-19 12:54:56 +02:00
committed by GitHub
parent e8b21b4242
commit 624005bbd0
15 changed files with 243 additions and 88 deletions

View File

@@ -2961,7 +2961,7 @@ _SOKOL_PRIVATE const _sapp_gl_fbconfig* _sapp_gl_choose_fbconfig(const _sapp_gl_
#include <windows.h>
#include <windowsx.h>
#include <shellapi.h>
#pragma comment (lib, "Shell32.lib")
#pragma comment (lib, "Shell32")
#if defined(SOKOL_D3D11)
#ifndef D3D11_NO_HELPERS