Changeset 614 for trunk/src/user32/new/win32wnd.h
- Timestamp:
- Aug 22, 1999, 10:30:53 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wnd.h
r508 r614 1 /* $Id: win32wnd.h,v 1.2 2 1999-08-16 15:53:04 dengertExp $ */1 /* $Id: win32wnd.h,v 1.23 1999-08-22 08:30:53 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Code for OS/2 … … 74 74 ULONG MsgMouseMove(ULONG keystate, ULONG x, ULONG y); 75 75 ULONG MsgPaint(ULONG tmp1, ULONG tmp2); 76 ULONG MsgEraseBackGround( ULONG hps);76 ULONG MsgEraseBackGround(); 77 77 ULONG MsgSetText(LPSTR lpsz, LONG cch); 78 78 ULONG MsgGetTextLength();
Note:
See TracChangeset
for help on using the changeset viewer.