- Timestamp:
- Aug 21, 2000, 8:36:39 PM (25 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/filedlg95.c
r4060 r4064 1 /* $Id: filedlg95.c,v 1.1 2 2000-08-20 15:25:23 phallerExp $*/1 /* $Id: filedlg95.c,v 1.13 2000-08-21 18:36:39 sandervl Exp $*/ 2 2 /* 3 3 * COMMDLG - File Open Dialogs Win95 look and feel … … 37 37 #include "winnls.h" 38 38 #include "shellapi.h" 39 #include "shlguid.h"40 #include "shlwapi.h"41 39 #include "tchar.h" 42 40 #include "filedlgbrowser.h" -
trunk/src/shlwapi/path.c
r4059 r4064 1 /* $Id: path.c,v 1. 7 2000-08-20 15:16:35 phallerExp $ */1 /* $Id: path.c,v 1.8 2000-08-21 18:33:53 sandervl Exp $ */ 2 2 3 3 /* … … 43 43 #include <misc.h> 44 44 #include <win\shell.h> 45 #include <win/shlobj.h>46 45 #include <win\winerror.h> 47 46 #include <win\crtdll.h> 48 47 #include <win\winversion.h> 49 48 #include <winuser.h> 50 #include <win/wine/undocshell.h>51 49 52 50 #include <win\shlwapi.h>
Note:
See TracChangeset
for help on using the changeset viewer.