- Timestamp:
- Jun 24, 1999, 12:39:01 AM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/Makefile
r158 r171 1 # $Id: Makefile,v 1. 6 1999-06-22 20:00:03 achimhaExp $1 # $Id: Makefile,v 1.7 1999-06-23 22:39:01 phaller Exp $ 2 2 3 3 # … … 25 25 dlgconvert.obj icon.obj hook.obj hooks.obj menu.obj \ 26 26 usrcall.obj defwndproc.obj syscolor.obj char.obj initterm.obj \ 27 uitools.obj 27 uitools.obj unknown.obj 28 28 29 29 … … 70 70 initterm.obj: initterm.cpp 71 71 uitools.obj: uitools.cpp 72 72 unknown.obj: unknown.cpp 73 73 74 74 -
trunk/src/user32/USER32.DEF
r96 r171 1 ; $Id: USER32.DEF,v 1. 5 1999-06-10 16:50:36phaller Exp $1 ; $Id: USER32.DEF,v 1.6 1999-06-23 22:39:01 phaller Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 70 70 CopyImage = _CopyImage@20 @63 71 71 CopyRect = _CopyRect@8 @64 72 CountClipboardFormats = _CountClipboardFormats@0 @6572 CountClipboardFormats = _CountClipboardFormats@0 @65 73 73 CreateAcceleratorTableA = _CreateAcceleratorTableA@8 @66 74 74 CreateAcceleratorTableW = _CreateAcceleratorTableW@8 @67 … … 351 351 IsDlgButtonChecked = _IsDlgButtonChecked@8 @344 352 352 IsHungThread = _IsHungThread@4 @345 353 IsHungAppWindow = _IsHungAppWindow@8 353 354 IsIconic = _IsIconic@4 @346 354 355 IsMenu = _IsMenu@4 @347
Note:
See TracChangeset
for help on using the changeset viewer.