mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #16027 from shibayan:arm64-windows10
* Support ARM64 Windows 10 platform * Fixed detection issue for ARM64 Windows 10 * Try enabling ARM NEON intrin * build: disable NEON with MSVC compiler * samples(directx): gdi32 dependency
This commit is contained in:
committed by
Alexander Alekhin
parent
21ee54c3d1
commit
971ae00942
@@ -75,7 +75,7 @@ using namespace cv;
|
||||
static const char* trackbar_text =
|
||||
" ";
|
||||
|
||||
#if defined _M_X64 || defined __x86_64
|
||||
#if defined _M_X64 || defined __x86_64 || defined _M_ARM64
|
||||
|
||||
#define icvGetWindowLongPtr GetWindowLongPtr
|
||||
#define icvSetWindowLongPtr( hwnd, id, ptr ) SetWindowLongPtr( hwnd, id, (LONG_PTR)(ptr) )
|
||||
|
||||
Reference in New Issue
Block a user