Changeset 1547


Ignore:
Timestamp:
Nov 2, 1999, 8:08:17 PM (25 years ago)
Author:
sandervl
Message:

extra exports

Location:
trunk/src/shell32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/shell32/makefile

    r1319 r1547  
    1 # $Id: makefile,v 1.15 1999-10-16 11:04:32 sandervl Exp $
     1# $Id: makefile,v 1.16 1999-11-02 19:08:17 sandervl Exp $
    22
    33#
     
    8888
    8989clean:
    90         $(RM) *.obj *.lib *.dll *~ *.map *.pch
     90        $(RM) *.obj *.lib *.dll *.map *.pch
    9191        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    9292        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
  • TabularUnified trunk/src/shell32/shell32.def

    r1353 r1547  
    1 ; $Id: shell32.def,v 1.16 1999-10-19 10:23:27 phaller Exp $
     1; $Id: shell32.def,v 1.17 1999-11-02 19:08:17 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    5353    PathFileExists                    = _PathFileExistsA@4                    @45
    5454    PathMatchSpec                     = _PathMatchSpecAW@8                    @46
     55    PathMatchSpecW                    = _PathMatchSpecW@8                     @346
    5556;   PathMakeUniqueName                = _PathMakeUniqueNameAW@20              @47
    5657    PathSetDlgItemPath                = _PathSetDlgItemPathAW@12              @48
     
    105106    SHLogILFromFSIL                   = _SHLogILFromFSIL@4                    @95
    106107    StrRetToStrN                      = _StrRetToStrN@16                      @96
     108    StrRetToStrNA                     = _StrRetToStrNA@16                     @396
     109    StrRetToStrNW                     = _StrRetToStrNW@16                     @397
    107110    SHWaitForFileToOpen               = _SHWaitForFileToOpen@12               @97
    108111    SHGetRealIDL                      = _SHGetRealIDL@12                      @98
Note: See TracChangeset for help on using the changeset viewer.