Ignore:
Timestamp:
Oct 9, 2005, 3:11:51 PM (20 years ago)
Author:
pr
Message:

Update functions using exception handlers to force non-register variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/apps.c

    r229 r297  
    1515
    1616/*
    17  *      Copyright (C) 1997-2002 Ulrich M”ller.
     17 *      Copyright (C) 1997-2005 Ulrich M”ller.
    1818 *      This file is part of the "XWorkplace helpers" source package.
    1919 *      This is free software; you can redistribute it and/or modify
     
    15611561{
    15621562    APIRET      arc = NO_ERROR;
    1563 
    1564     BOOL        fCrit = FALSE,
    1565                 fResetDir = FALSE;
     1563    volatile BOOL        fCrit = FALSE;         // XWP V1.0.4 (2005-10-09) [pr]
     1564    volatile BOOL        fResetDir = FALSE;
    15661565    CHAR        szCurrentDir[CCHMAXPATH];
    1567 
    15681566    ULONG       sid,
    15691567                pid;
    15701568    STARTDATA   SData;
     1569
    15711570    SData.Length  = sizeof(STARTDATA);
    15721571    SData.Related = SSF_RELATED_INDEPENDENT; // SSF_RELATED_CHILD;
Note: See TracChangeset for help on using the changeset viewer.