Răsfoiți Sursa

Fixed return type. Resolves #50.

Brucey 3 ani în urmă
părinte
comite
cc17a43ea8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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