Changeset 153 for trunk/include/helpers/wphandle.h
- Timestamp:
- Apr 14, 2002, 1:42:05 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/wphandle.h
r140 r153 43 43 44 44 #define ERROR_WPH_FIRST 41000 45 45 46 #define ERROR_WPH_CRASHED (ERROR_WPH_FIRST + 0) 46 47 #define ERROR_WPH_NO_BASECLASS_DATA (ERROR_WPH_FIRST + 1) … … 58 59 #define ERROR_WPH_NOT_FILESYSTEM_HANDLE (ERROR_WPH_FIRST + 13) 59 60 61 #define ERROR_WPH_LAST (ERROR_WPH_FIRST + 13) 62 60 63 /* ****************************************************************** 61 64 *
Note:
See TracChangeset
for help on using the changeset viewer.