Changeset 297 for trunk/src/helpers/wphandle.c
- Timestamp:
- Oct 9, 2005, 3:11:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/wphandle.c
r222 r297 24 24 25 25 /* 26 * This file Copyright (C) 1997-200 1Ulrich Mller,26 * This file Copyright (C) 1997-2005 Ulrich Mller, 27 27 * This file is part of the "XWorkplace helpers" source package. 28 28 * This is free software; you can redistribute it and/or modify … … 795 795 APIRET arc = NO_ERROR; 796 796 797 PSZ pszActiveHandles = NULL;798 HHANDLES hHandles = NULLHANDLE;797 volatile PSZ pszActiveHandles = NULL; // XWP V1.0.4 (2005-10-09) [pr] 798 volatile HHANDLES hHandles = NULLHANDLE; 799 799 800 800 TRY_LOUD(excpt1)
Note:
See TracChangeset
for help on using the changeset viewer.