mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-18 10:50:23 +00:00
8081231: JDK9 client build broken on Windows
Reviewed-by: azvegint
This commit is contained in:
parent
8d0ec77fc6
commit
6fe284e401
@ -64,6 +64,9 @@ DEFINE_SHLGUID(IID_IExtractIconW, 0x000214FAL, 0, 0);
|
||||
|
||||
//#include <sun_awt_shell_Win32ShellFolder2.h>
|
||||
|
||||
#ifndef DASSERT
|
||||
#define DASSERT(x)
|
||||
#endif
|
||||
#define DEFINE_FIELD_ID(var, cls, field, type) \
|
||||
jfieldID var = env->GetFieldID(cls, field, type); \
|
||||
DASSERT(var != NULL); \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user