浏览代码

Fixed wrong parameter type.

woollybah 9 年之前
父节点
当前提交
4e09555ac8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      win32.mod/user32.bmx

+ 1 - 1
win32.mod/user32.bmx

@@ -1172,7 +1172,7 @@ Function GetClientRect( hWnd:Byte Ptr,lpRect:Int Ptr )
 Function GetWindowRect( hWnd:Byte Ptr,lpRect:Int Ptr )
 Function GetDesktopWindow:Byte Ptr()
 Function AdjustWindowRect( rect:Int Ptr,style,menu )
-Function AdjustWindowRectEx( rect:Int Ptr,style,menu:Byte Ptr,exstyle )
+Function AdjustWindowRectEx( rect:Int Ptr,style,menu:Int,exstyle )
 Function ClientToScreen( hWnd:Byte Ptr,point:Byte Ptr )
 Function ShowWindow( hWnd:Byte Ptr,nCmdShow )
 Function SetMenu( hWnd:Byte Ptr,hmenu:Byte Ptr )