- Timestamp:
 - Nov 2, 1999, 8:08:17 PM (26 years ago)
 - Location:
 - trunk/src/shell32
 - Files:
 - 
      
- 2 edited
 
- 
          
  makefile (modified) (2 diffs)
 - 
          
  shell32.def (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/shell32/makefile
r1319 r1547 1 # $Id: makefile,v 1.1 5 1999-10-16 11:04:32sandervl Exp $1 # $Id: makefile,v 1.16 1999-11-02 19:08:17 sandervl Exp $ 2 2 3 3 # … … 88 88 89 89 clean: 90 $(RM) *.obj *.lib *.dll * ~ *.map *.pch90 $(RM) *.obj *.lib *.dll *.map *.pch 91 91 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 92 92 $(RM) $(PDWIN32_LIB)\$(TARGET).lib  - 
      
trunk/src/shell32/shell32.def
r1353 r1547 1 ; $Id: shell32.def,v 1.1 6 1999-10-19 10:23:27 phallerExp $1 ; $Id: shell32.def,v 1.17 1999-11-02 19:08:17 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 53 53 PathFileExists = _PathFileExistsA@4 @45 54 54 PathMatchSpec = _PathMatchSpecAW@8 @46 55 PathMatchSpecW = _PathMatchSpecW@8 @346 55 56 ; PathMakeUniqueName = _PathMakeUniqueNameAW@20 @47 56 57 PathSetDlgItemPath = _PathSetDlgItemPathAW@12 @48 … … 105 106 SHLogILFromFSIL = _SHLogILFromFSIL@4 @95 106 107 StrRetToStrN = _StrRetToStrN@16 @96 108 StrRetToStrNA = _StrRetToStrNA@16 @396 109 StrRetToStrNW = _StrRetToStrNW@16 @397 107 110 SHWaitForFileToOpen = _SHWaitForFileToOpen@12 @97 108 111 SHGetRealIDL = _SHGetRealIDL@12 @98  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  