- Timestamp:
- Oct 4, 1999, 9:11:27 PM (26 years ago)
- Location:
- trunk/src/shell32/new
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/new/makefile
r1118 r1129 1 # $Id: makefile,v 1. 9 1999-10-04 09:56:00sandervl Exp $1 # $Id: makefile,v 1.10 1999-10-04 19:11:27 sandervl Exp $ 2 2 3 3 # … … 10 10 PDWIN32_LIB = ..\..\..\lib 11 11 PDWIN32_BIN = ..\..\..\bin 12 PDWIN32_TOOLS = ..\..\ tools\bin12 PDWIN32_TOOLS = ..\..\..\tools\bin 13 13 14 14 -
trunk/src/shell32/new/sh.cpp
r893 r1129 1 /* $Id: sh.cpp,v 1. 1 1999-09-09 13:04:55 phallerExp $ */1 /* $Id: sh.cpp,v 1.2 1999-10-04 19:11:27 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include <win\shlobj.h> 26 26 #include <misc.h> 27 #include <nameid.h>27 //#include <nameid.h> 28 28 #include <unicode.h> 29 29 -
trunk/src/shell32/new/she.cpp
r893 r1129 1 /* $Id: she.cpp,v 1. 1 1999-09-09 13:04:55 phallerExp $ */1 /* $Id: she.cpp,v 1.2 1999-10-04 19:11:27 sandervl Exp $ */ 2 2 3 3 /* … … 26 26 27 27 #include <misc.h> 28 #include <nameid.h>28 //#include <nameid.h> 29 29 #include <unicode.h> 30 30
Note:
See TracChangeset
for help on using the changeset viewer.