Browse Source

Fixed return type. Resolves #50.

Brucey 3 năm trước cách đây
mục cha
commit
cc17a43ea8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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