]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/user32/user32.factor
change back other char/uchar* parameters that don't look like actual string types
[factor.git] / basis / windows / user32 / user32.factor
index a966b63308561ab7ac78055b3ad50dbe4e8ed718..9908bb1f1be2e61f1155c119039fb81a3d3fe0e2 100644 (file)
@@ -1352,7 +1352,7 @@ ALIAS: GetWindowLong GetWindowLongW
 FUNCTION: BOOL GetWindowRect ( HWND hWnd, LPRECT lpRect ) ;
 ! FUNCTION: GetWindowRgn
 ! FUNCTION: GetWindowRgnBox
-FUNCTION: int GetWindowTextA ( HWND hWnd, c-string lpString, int nMaxCount ) ;
+FUNCTION: int GetWindowTextA ( HWND hWnd, char* lpString, int nMaxCount ) ;
 ! FUNCTION: GetWindowTextLengthA
 ! FUNCTION: GetWindowTextLengthW
 ! FUNCTION: GetWindowTextW