2
0
Эх сурвалжийг харах

Fixed return type. Resolves #50.

Brucey 3 жил өмнө
parent
commit
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