Kaydet (Commit) 378b2522 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

mingw64: use integer able to contain pointer

Change-Id: Id37c488531add53fd8d7514cde9ac37e61f67c38
üst a5d26f86
...@@ -111,7 +111,7 @@ JNIEXPORT jlong JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNative ...@@ -111,7 +111,7 @@ JNIEXPORT jlong JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNative
JAWT_DrawingSurfaceInfo* dsi; JAWT_DrawingSurfaceInfo* dsi;
JAWT_Win32DrawingSurfaceInfo* dsi_win; JAWT_Win32DrawingSurfaceInfo* dsi_win;
HWND hWnd; HWND hWnd;
LONG hFuncPtr; LONG_PTR hFuncPtr;
/* Get the AWT */ /* Get the AWT */
awt.version = JAWT_VERSION_1_3; awt.version = JAWT_VERSION_1_3;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment