diff options
Diffstat (limited to 'make/stub_includes')
-rwxr-xr-x | make/stub_includes/jni/win32/jawt_md.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/stub_includes/jni/win32/jawt_md.h b/make/stub_includes/jni/win32/jawt_md.h index ebfc66afe..2e1fa52f5 100755 --- a/make/stub_includes/jni/win32/jawt_md.h +++ b/make/stub_includes/jni/win32/jawt_md.h @@ -21,11 +21,14 @@ extern "C" { */ typedef struct jawt_Win32DrawingSurfaceInfo { /* Native window, DDB, or DIB handle */ + /** union { HWND hwnd; HBITMAP hbitmap; void* pbits; - }; + }; */ + HWND handle; + /* * This HDC should always be used instead of the HDC returned from * BeginPaint() or any calls to GetDC(). |