Skip to content
Snippets Groups Projects
Commit 10a66f8a authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

win32: do not use __declspec(restrict) with the Windows SDK

restrict is forcibly defined to __restrict for C++ compatibility, even with cl.exe.
And __declspec(__restrict) is not valid, it creates a lot of warnings.
parent 5d219486
No related branches found
No related tags found
1 merge request!3177win32: do not use __declspec(restrict) with the Windows SDK
Pipeline #307827 passed with stage
in 14 minutes and 54 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment