瀏覽代碼

Fixed return type. Resolves #50.

Brucey 3 年之前
父節點
當前提交
cc17a43ea8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      win32.mod/gdi32.bmx

+ 1 - 1
win32.mod/gdi32.bmx

@@ -468,7 +468,7 @@ Extern
 	Function bmx_win32_LOGFONTW_lfClipPrecision:Int(handle:Byte Ptr)
 	Function bmx_win32_LOGFONTW_lfQuality:Int(handle:Byte Ptr)
 	Function bmx_win32_LOGFONTW_lfPitchAndFamily:Int(handle:Byte Ptr)
-	Function bmx_win32_LOGFONTW_lfFaceName:Int(handle:Byte Ptr)
+	Function bmx_win32_LOGFONTW_lfFaceName:Byte Ptr(handle:Byte Ptr)
 	Function bmx_win32_LOGFONTW_size:Int()
 End Extern
 Type LOGFONTW