Changeset 171 for trunk/src


Ignore:
Timestamp:
Jun 24, 1999, 12:39:01 AM (26 years ago)
Author:
phaller
Message:

Add: added unknown API IsHungAppWindow()

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 achimha Exp $
     1# $Id: Makefile,v 1.7 1999-06-23 22:39:01 phaller Exp $
    22
    33#
     
    2525        dlgconvert.obj icon.obj hook.obj hooks.obj menu.obj \
    2626        usrcall.obj defwndproc.obj syscolor.obj char.obj initterm.obj \
    27         uitools.obj
     27        uitools.obj unknown.obj
    2828
    2929
     
    7070initterm.obj: initterm.cpp
    7171uitools.obj: uitools.cpp
    72 
     72unknown.obj: unknown.cpp
    7373
    7474
  • trunk/src/user32/USER32.DEF

    r96 r171  
    1 ; $Id: USER32.DEF,v 1.5 1999-06-10 16:50:36 phaller Exp $
     1; $Id: USER32.DEF,v 1.6 1999-06-23 22:39:01 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    7070    CopyImage                  = _CopyImage@20               @63
    7171    CopyRect                   = _CopyRect@8                 @64
    72     CountClipboardFormats      = _CountClipboardFormats@0   @65
     72    CountClipboardFormats      = _CountClipboardFormats@0    @65
    7373    CreateAcceleratorTableA    = _CreateAcceleratorTableA@8  @66
    7474    CreateAcceleratorTableW    = _CreateAcceleratorTableW@8  @67
     
    351351    IsDlgButtonChecked         = _IsDlgButtonChecked@8       @344
    352352    IsHungThread               = _IsHungThread@4             @345
     353    IsHungAppWindow            = _IsHungAppWindow@8
    353354    IsIconic                   = _IsIconic@4                 @346
    354355    IsMenu                     = _IsMenu@4                   @347
Note: See TracChangeset for help on using the changeset viewer.