MSVC wants __declspec(align), not __declspec(aligned)
This commit is contained in:
parent
147fd9de4e
commit
15c6b9b165
@ -174,7 +174,7 @@ ENDIF()
|
||||
# Set visibility/export options if available
|
||||
IF(WIN32)
|
||||
SET(EXPORT_DECL "__declspec(dllexport)")
|
||||
SET(ALIGN_DECL "__declspec(aligned((x)))")
|
||||
SET(ALIGN_DECL "__declspec(align((x)))")
|
||||
|
||||
OPTION(WINE "Enable use of Wine headers when compiling" OFF)
|
||||
IF(WINE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user