8081231: JDK9 client build broken on Windows

Reviewed-by: azvegint
This commit is contained in:
Phil Race 2015-05-26 15:06:42 -07:00
parent 8d0ec77fc6
commit 6fe284e401

View File

@ -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); \