1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-19 14:49:54 +00:00

Use sal.h with quotes instead of brackets to make it easier to use the open source sal.h for non-Windows platforms

This commit is contained in:
Chuck Walbourn 2019-09-11 12:23:29 -07:00
parent a70af6f5ea
commit 939c1a86b2

View File

@ -141,7 +141,7 @@
#endif
#endif // !_XM_NO_INTRINSICS_
#include <sal.h>
#include "sal.h"
#include <assert.h>
#pragma warning(push)