- Timestamp:
- Aug 5, 1999, 7:18:09 PM (26 years ago)
- Location:
- trunk/src/shell32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shell32.def
r273 r421 1 ; $Id: shell32.def,v 1.1 1 1999-07-05 13:49:24phaller Exp $1 ; $Id: shell32.def,v 1.12 1999-08-05 17:18:09 phaller Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 65 65 PathGetDriveNumber = _PathGetDriveNumber@4 @57 66 66 ParseField = _ParseFieldA@16 @58 67 ;RestartDialog = _RestartDialog@12 @5967 RestartDialog = _RestartDialog@12 @59 68 68 ExitWindowsDialog = _ExitWindowsDialog@4 @60 69 69 RunFileDlg = _RunFileDlg@24 @61 -
trunk/src/shell32/unknown.cpp
r186 r421 1 /* $Id: unknown.cpp,v 1. 4 1999-06-25 08:07:13phaller Exp $ */1 /* $Id: unknown.cpp,v 1.5 1999-08-05 17:18:09 phaller Exp $ */ 2 2 3 3 /* … … 184 184 } 185 185 186 187 /***************************************************************************** 188 * Name : DWORD RestartDialog 189 * Purpose : 190 * Parameters: unknown, probably wrong 191 * Variables : 192 * Result : 193 * Remark : SHELL32.59 194 * Status : UNTESTED STUB UNKNOWN 195 * 196 * Author : Patrick Haller [Tue, 1998/06/15 03:00] 197 *****************************************************************************/ 198 199 DWORD WIN32API RestartDialog(DWORD x1, 200 DWORD x2, 201 DWORD x3) 202 { 203 dprintf(("SHELL32: RestartDialog(%08xh,%08xhz) not implemented.\n", 204 x1, 205 x2, 206 x3)); 207 208 return (0); 209 }
Note:
See TracChangeset
for help on using the changeset viewer.