mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
Merge pull request #28148 from vrabaud:windows
Add missing combaseapi.h include.
This commit is contained in:
@@ -178,6 +178,7 @@ const uint64_t AT_HWCAP = NT_GNU_HWCAP;
|
||||
#define _WIN32_WINNT 0x0400 // http://msdn.microsoft.com/en-us/library/ms686857(VS.85).aspx
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <combaseapi.h>
|
||||
#if (_WIN32_WINNT >= 0x0602)
|
||||
#include <synchapi.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user