From 9a2ed80ffedba52826f00756dd0d4dadc23fc0e3 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Wed, 15 Jan 2014 13:17:16 -0800 Subject: [PATCH] added comment --- externals/winsdk/ammintrin.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/externals/winsdk/ammintrin.h b/externals/winsdk/ammintrin.h index 723faad124..01cb3a0023 100644 --- a/externals/winsdk/ammintrin.h +++ b/externals/winsdk/ammintrin.h @@ -1 +1,7 @@ -// fake/empty ammintrin.h \ No newline at end of file +// fake/empty ammintrin.h +// +// NOTE: Windows build will reference this file, but it's not available in the WindowsSDK +// it's also apparently not needed. So we've included this empty version here to get the +// windows build to compile cleanly. +// +// nothing to see here... move along.