mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 11:45:45 -04:00
dep: Add rapidyaml
This commit is contained in:
10
dep/rapidyaml/include/c4/windows.hpp
Normal file
10
dep/rapidyaml/include/c4/windows.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _C4_WINDOWS_HPP_
|
||||
#define _C4_WINDOWS_HPP_
|
||||
|
||||
#if defined(_WIN64) || defined(_WIN32)
|
||||
#include "c4/windows_push.hpp"
|
||||
#include <windows.h>
|
||||
#include "c4/windows_pop.hpp"
|
||||
#endif
|
||||
|
||||
#endif /* _C4_WINDOWS_HPP_ */
|
Reference in New Issue
Block a user