Changeset 265 for trunk/include/helpers
- Timestamp:
- Nov 21, 2004, 11:18:29 PM (21 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/call_file_dlg.c
r253 r265 4 4 * this code contacts XFLDR.DLL to show the 5 5 * XWorkplace file dialog. This does not 6 * return until either an error occur ed6 * return until either an error occurred 7 7 * or XFLDR.DLL has dismissed the dialog, 8 8 * either because the user pressed "OK" -
trunk/include/helpers/comctl.h
r243 r265 417 417 * 418 418 * -- mp2: pointer to EMPHASISNOTIFY structure. 419 * If the double click occur ed on a chart419 * If the double click occurred on a chart 420 420 * slice, lIndex has the index of the slice. 421 421 * Otherwise (e.g. whitespace), lIndex will … … 484 484 // from 0); if -1, a previous emphasis has been undone. 485 485 // With CHTN_CONTEXTMENU and CHTN_ENTER, index of the 486 // data item for which the request occur ed, or -1 for486 // data item for which the request occurred, or -1 for 487 487 // a request on the control's whitespace. 488 488 POINTL ptl; 489 489 // exact window coordinates where mouse 490 // click occur ed (e.g. for context menu).490 // click occurred (e.g. for context menu). 491 491 // This is undefined (-1) if the event was not 492 492 // caused by a mouse click. -
trunk/include/helpers/except.h
r166 r265 205 205 } /* end of TRY block */ \ 206 206 else \ 207 { /* exception occur ed: */ \207 { /* exception occurred: */ \ 208 208 DosUnsetExceptionHandler((PEXCEPTIONREGISTRATIONRECORD)&(excptstruct.RegRec2)); 209 209 #endif … … 214 214 #else 215 215 #define END_CATCH() \ 216 } /* end of exception-occur ed block */ \216 } /* end of exception-occurred block */ \ 217 217 } 218 218 #endif -
trunk/include/helpers/winh.h
r245 r265 524 524 * have changed (EM_QUERYCHANGED message). 525 525 * 526 * This returns TRUE if changes have occur ed since526 * This returns TRUE if changes have occurred since 527 527 * the last time this message or WM_QUERYWINDOWPARAMS 528 528 * (WinQueryWindowText) was received. -
trunk/include/helpers/xml.h
r249 r265 697 697 const char *pcszErrorDescription; // error description 698 698 PXSTRING pxstrSystemID; // system ID of external entity 699 // where error occur ed, or NULL699 // where error occurred, or NULL 700 700 // if in main document 701 ULONG ulErrorLine; // line where error occur ed702 ULONG ulErrorColumn; // column where error occur ed701 ULONG ulErrorLine; // line where error occurred 702 ULONG ulErrorColumn; // column where error occurred 703 703 PXSTRING pxstrFailingNode; // element or attribute name 704 704 // or NULL
Note:
See TracChangeset
for help on using the changeset viewer.