Changeset 276 for branches/branch-1-0/src
- Timestamp:
- Feb 18, 2005, 1:24:05 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/winh.c
r229 r276 5292 5292 * 5293 5293 *@@added V0.9.4 (2000-07-01) [umoeller] 5294 *@@changed V1.0.5 (2005-02-17) [pr]: replaced this with something less brutal 5294 5295 */ 5295 5296 … … 5297 5298 { 5298 5299 ULONG ulrc = 0; 5300 5301 #if 1 5302 WinRestartWorkplace(); 5303 #else 5299 5304 // find out current profile names 5300 5305 PRFPROFILE Profiles; … … 5328 5333 else 5329 5334 ulrc = 4; 5335 #endif 5330 5336 5331 5337 return ulrc;
Note:
See TracChangeset
for help on using the changeset viewer.