* lib/shell32.def (SHGetFolderPath[AW]): Add comment.
* lib/shfolder.def: New file.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* lib/shell32.def (SHGetFolderPath[AW]): Add comment. | ||||
| 	* lib/shfolder.def: New file. | ||||
|  | ||||
| 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/winsock.h (timeval): Guard struct and associated | ||||
|   | ||||
| @@ -59,9 +59,11 @@ SHGetMalloc@4 | ||||
| SHGetInstanceExplorer@4 | ||||
| SHGetIconOverlayIndexW@8 | ||||
| SHGetIconOverlayIndexA@8 | ||||
| SHGetFolderPathW@20 | ||||
| SHGetFolderPathAndSubDirW@24 | ||||
| SHGetFolderPathAndSubDirA@24 | ||||
| ; SHGetFolder is in shell32.dll on W2K up, | ||||
| ; but in redistributable shfolder.dll for earlier OS versions. | ||||
| SHGetFolderPathW@20 | ||||
| SHGetFolderPathA@20 | ||||
| SHGetFolderLocation@20 | ||||
| SHGetFileInfoW@20 | ||||
|   | ||||
							
								
								
									
										4
									
								
								winsup/w32api/lib/shfolder.def
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								winsup/w32api/lib/shfolder.def
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| LIBRARY "SHFOLDER.DLL" | ||||
| EXPORTS | ||||
| SHGetFolderPathA@20 | ||||
| SHGetFolderPathW@20 | ||||
		Reference in New Issue
	
	Block a user