Skip to content

Commit

Permalink
8236125: Windows (MSVC 2013) build fails in jpackage: Need to include…
Browse files Browse the repository at this point in the history
… strsafe.h after tchar.h

Reviewed-by: shade, alanb, herrick, prr
  • Loading branch information
akashche committed Jan 13, 2020
1 parent 72db22c commit 87c5a28
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,8 +24,8 @@
*/

#include <Windows.h>
#include <strsafe.h>
#include <tchar.h>
#include <strsafe.h>
#include <jni.h>

#include "Utils.h"
Expand Down

0 comments on commit 87c5a28

Please sign in to comment.