Changeset 892 for trunk/src


Ignore:
Timestamp:
Sep 9, 1999, 1:33:18 PM (26 years ago)
Author:
phaller
Message:

.

Location:
trunk/src/shell32/new
Files:
2 edited

Legend:

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

    r891 r892  
    1 # $Id: makefile,v 1.6 1999-09-09 10:25:27 phaller Exp $
     1# $Id: makefile,v 1.7 1999-09-09 11:33:18 phaller Exp $
    22
    33#
     
    2727        shellguid.obj shelllink.obj shlmenu.obj shellole.obj \
    2828        shellord.obj shellpath.obj shv_bg_cmenu.obj \
    29         shlfolder.obj shlview.obj shell.obj unknown.obj
     29        shlfolder.obj shlview.obj shell.obj unknown.obj misc.obj
    3030
    3131all: $(TARGET).dll $(TARGET).lib
     
    7171shv_bg_cmenu.obj: shv_bg_cmenu.cpp
    7272unknown.obj:      unknown.cpp
     73misc.obj:         misc.cpp
    7374
    7475clean:
  • trunk/src/shell32/new/shell32.def

    r791 r892  
    1 ; $Id: shell32.def,v 1.1 1999-09-02 11:59:13 phaller Exp $
     1; $Id: shell32.def,v 1.2 1999-09-09 11:33:18 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    181181    SHValidateUNC                     = _SHValidateUNC@12                     @173
    182182    SHCreateShellFolderViewEx         = _SHCreateShellFolderViewEx@8          @174
    183     SHGetSpecialFolderPath            = _SHGetSpecialFolderPath@16            @175
     183    SHGetSpecialFolderPathA           = _SHGetSpecialFolderPathA@16           @175
    184184    SHSetInstanceExplorer             = _SHSetInstanceExplorer@4              @176
    185185;   DAD_SetDragImageFromListView      = _DAD_SetDragImageFromListView@?       @177
Note: See TracChangeset for help on using the changeset viewer.