mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(deps/libui) Buildfix
This commit is contained in:
parent
49753a7385
commit
f8397a17c3
1 changed files with 4 additions and 0 deletions
4
deps/libui/win32/slider.cpp
vendored
4
deps/libui/win32/slider.cpp
vendored
|
@ -1,6 +1,10 @@
|
|||
// 20 may 2015
|
||||
#include "uipriv_windows.hpp"
|
||||
|
||||
#ifndef TBS_TRANSPARENTBKGND
|
||||
#define TBS_TRANSPARENTBKGND 0x1000
|
||||
#endif
|
||||
|
||||
struct uiSlider {
|
||||
uiWindowsControl c;
|
||||
HWND hwnd;
|
||||
|
|
Loading…
Add table
Reference in a new issue