소스 검색

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