8236125: Windows (MSVC 2013) build fails in jpackage: Need to include strsafe.h after tchar.h

Reviewed-by: shade, alanb, herrick, prr
This commit is contained in:
Alex Kasko 2020-01-13 18:39:51 +01:00
parent 72db22cb12
commit 87c5a28403

View File

@ -24,8 +24,8 @@
*/
#include <Windows.h>
#include <strsafe.h>
#include <tchar.h>
#include <strsafe.h>
#include <jni.h>
#include "Utils.h"