Changeset 276 for trunk/src/helpers


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

Fixes bug 634.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r243 r276  
    53755375 *
    53765376 *@@added V0.9.4 (2000-07-01) [umoeller]
     5377 *@@changed V1.0.5 (2005-02-17) [pr]: replaced this with something less brutal
    53775378 */
    53785379
     
    53805381{
    53815382    ULONG ulrc = 0;
     5383
     5384#if 1
     5385    WinRestartWorkplace();
     5386#else
    53825387    // find out current profile names
    53835388    PRFPROFILE Profiles;
     
    54115416    else
    54125417        ulrc = 4;
     5418#endif
    54135419
    54145420    return ulrc;
    54155421}
    5416 
Note: See TracChangeset for help on using the changeset viewer.