OpenJDK / jdk / jdk
changeset 57665:ac190703e3f2
8236125: Windows (MSVC 2013) build fails in jpackage: Need to include strsafe.h after tchar.h
Reviewed-by: shade, alanb, herrick, prr
author | akasko |
---|---|
date | Mon, 13 Jan 2020 18:39:51 +0100 |
parents | db5f88eb7d26 |
children | b2054fde257e |
files | src/jdk.incubator.jpackage/windows/native/libjpackage/WindowsRegistry.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/jdk.incubator.jpackage/windows/native/libjpackage/WindowsRegistry.cpp Mon Jan 13 22:45:41 2020 +0530 +++ b/src/jdk.incubator.jpackage/windows/native/libjpackage/WindowsRegistry.cpp Mon Jan 13 18:39:51 2020 +0100 @@ -24,8 +24,8 @@ */ #include <Windows.h> +#include <tchar.h> #include <strsafe.h> -#include <tchar.h> #include <jni.h> #include "Utils.h"