Codechange: rename _SQ64 into POINTER_IS_64BIT (#9313)

This commit is contained in:
Patric Stout
2021-05-30 10:40:03 +02:00
committed by GitHub
parent 8c273ed598
commit bcd7a7aafe
6 changed files with 9 additions and 9 deletions

View File

@@ -370,7 +370,7 @@ if(WIN32)
endif()
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
add_definitions(-D_SQ64)
add_definitions(-DPOINTER_IS_64BIT)
endif()
include(CreateRegression)