Browse Source

Moved some API definitions to pub.win32.

woollybah 9 years ago
parent
commit
bd8aba93d2
2 changed files with 0 additions and 6 deletions
  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 *)!