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
  • trunk/src/helpers/mmpmh.c

    r243 r297  
    1919
    2020/*
    21  *      Copyright (C) 1997-2003 Ulrich M”ller.
     21 *      Copyright (C) 1997-2005 Ulrich M”ller.
    2222 *      This file is part of the "XWorkplace helpers" source package.
    2323 *      This is free software; you can redistribute it and/or modify
     
    553553    APIRET  arc = NO_ERROR;
    554554
    555     HDC     hdcMem = NULLHANDLE;
    556     HPS     hpsMem = NULLHANDLE;
     555    volatile HDC     hdcMem = NULLHANDLE; // XWP V1.0.4 (2005-10-09) [pr]
     556    volatile HPS     hpsMem = NULLHANDLE;
    557557
    558558    if (!G_fFuncsResolved)
     
    724724    APIRET  arc = NO_ERROR;
    725725
    726     PBYTE   pbBitmapBits = NULL;
    727     HMMIO   hmmio = NULLHANDLE;
     726    volatile PBYTE   pbBitmapBits = NULL; // XWP V1.0.4 (2005-10-09) [pr]
     727    volatile HMMIO   hmmio = NULLHANDLE;
    728728
    729729    if (    (!pcszFilename)
     
    779779}
    780780
    781 
Note: See TracChangeset for help on using the changeset viewer.