- Timestamp:
 - Feb 18, 2005, 1:24:05 AM (21 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 3 edited
 
- 
          
  include/helpers/winh.h (modified) (1 diff)
 - 
          
  src/cppbase/bs_config.cpp (modified) (1 diff)
 - 
          
  src/helpers/winh.c (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/helpers/winh.h
r265 r276 1071 1071 BOOL XWPENTRY winhIsClassRegistered(const char *pcszClass); 1072 1072 1073 extern BOOL32 APIENTRY WinRestartWorkplace(void); 1074 1073 1075 ULONG XWPENTRY winhResetWPS(HAB hab); 1074 1076  - 
      
trunk/src/cppbase/bs_config.cpp
r275 r276 1577 1577 } 1578 1578 1579 // V1.0.5 (2005-02-17) [pr] 1580 // We now save the object synchronously to prevent objects getting lost if we 1581 // restart the WPS imminently due to a class registration for example. @@fixes 634. 1582 WinSaveObject (_hobj, FALSE); 1579 1583 if (pLogFile) 1580 1584 {  - 
      
trunk/src/helpers/winh.c
r243 r276 5375 5375 * 5376 5376 *@@added V0.9.4 (2000-07-01) [umoeller] 5377 *@@changed V1.0.5 (2005-02-17) [pr]: replaced this with something less brutal 5377 5378 */ 5378 5379 … … 5380 5381 { 5381 5382 ULONG ulrc = 0; 5383 5384 #if 1 5385 WinRestartWorkplace(); 5386 #else 5382 5387 // find out current profile names 5383 5388 PRFPROFILE Profiles; … … 5411 5416 else 5412 5417 ulrc = 4; 5418 #endif 5413 5419 5414 5420 return ulrc; 5415 5421 } 5416  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  