News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

some bugs

Started by qWord, May 18, 2010, 01:26:15 AM

Previous topic - Next topic

qWord

I've found this in windows.inc:
TOOLTIPTEXTW equ NMTTDISPINFOW
...
NMTTDISPINFOW equ TOOLTIPTEXTW

it should be:
NMTTDISPINFOW STRUCT
  hdr               NMHDR  <>
  lpszText          PWCHAR  ?
  _szText           WCHAR 80 dup(?)
  hinst             HINSTANCE ?
  uFlags            UINT ?
  lParam            LPARAM ?
NMTTDISPINFOW ENDS


I also found this two lines that wont work:
LPSTR_TEXTCALLBACKA equ ((LPSTR)-1L)
I_COLUMNSCALLBACK equ ((UINT)-1)


regards, qWord
FPU in a trice: SmplMath
It's that simple!