瀏覽代碼

Moved some API definitions to pub.win32.

woollybah 9 年之前
父節點
當前提交
bd8aba93d2
共有 2 個文件被更改,包括 0 次插入6 次删除
  1. 0 3
      win32maxguiex.mod/common.bmx
  2. 0 3
      win32maxguiex.mod/common.x

+ 0 - 3
win32maxguiex.mod/common.bmx

@@ -376,12 +376,9 @@ Extern "Win32"
 	
 	'Gadget text retrieval
 	Function GetWindowTextLengthW( hwnd:Byte Ptr )
-	Function GetWindowTextW( hwnd:Byte Ptr, lpString:Short Ptr, nMaxCount)
 	
 	'Missing misc. system functions
 	Function GetCursor:Byte Ptr()
-	Function GetClassNameW%( pHwnd:Byte Ptr, pTextOut:Short Ptr, pTextLength% )
-	Function GetLastError()
 	Function FreeLibrary( hLibrary:Byte Ptr )
 	
 	'Printing functions for text-area GadgetPrint()

+ 0 - 3
win32maxguiex.mod/common.x

@@ -42,10 +42,7 @@ DWORD __stdcall GetSysColor(int )!
 int __stdcall GetSystemMetrics(int )!
 WINBOOL __stdcall GetScrollBarInfo(HWND ,LONG ,PSCROLLBARINFO )!
 int __stdcall GetWindowTextLengthW(HWND )!
-int __stdcall GetWindowTextW(HWND ,LPWSTR ,int )!
 HCURSOR __stdcall GetCursor()!
-int __stdcall GetClassNameW(HWND ,LPWSTR ,int )!
-DWORD __stdcall GetLastError ()!
 WINBOOL __stdcall FreeLibrary (HMODULE )!
 WINBOOL __stdcall PrintDlgW(LPPRINTDLGW)!
 int __stdcall StartDocW(HDC ,CONST DOCINFOW *)!