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
Loading
Please register or sign in to comment