Changeset 276 for branches


Ignore:
Timestamp:
Feb 18, 2005, 1:24:05 AM (21 years ago)
Author:
pr
Message:

Fixes bug 634.

Location:
branches/branch-1-0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/helpers/winh.h

    r264 r276  
    10001000    BOOL XWPENTRY winhIsClassRegistered(const char *pcszClass);
    10011001
     1002    extern BOOL32 APIENTRY WinRestartWorkplace(void);
     1003
    10021004    ULONG XWPENTRY winhResetWPS(HAB hab);
    10031005
  • branches/branch-1-0/src/helpers/winh.c

    r229 r276  
    52925292 *
    52935293 *@@added V0.9.4 (2000-07-01) [umoeller]
     5294 *@@changed V1.0.5 (2005-02-17) [pr]: replaced this with something less brutal
    52945295 */
    52955296
     
    52975298{
    52985299    ULONG ulrc = 0;
     5300
     5301#if 1
     5302    WinRestartWorkplace();
     5303#else
    52995304    // find out current profile names
    53005305    PRFPROFILE Profiles;
     
    53285333    else
    53295334        ulrc = 4;
     5335#endif
    53305336
    53315337    return ulrc;
Note: See TracChangeset for help on using the changeset viewer.