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:
2
thirdparty/sokol/sokol_app.h
vendored
2
thirdparty/sokol/sokol_app.h
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user