Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
936 B

  1. /**********************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1990, 1991 **/
  4. /**********************************************************************/
  5. /*
  6. uierr.h
  7. Replacement bseerr.h
  8. This file redirects bseerr.h to winerror.h. BSEERR.H is an OS/2
  9. include file for which WINERROR.H is the nearest equivalent. The
  10. directory containing this file should only be on the include path for NT.
  11. FILE HISTORY:
  12. jonn 12-Sep-1991 Added to $(UI)\common\h\nt
  13. KeithMo 12-Dec-1992 Moved to common\h, renamed to uierr.h.
  14. */
  15. #include <winerror.h>
  16. // BUGBUG BUGBUG We shouldn't be using this error code, but
  17. // collect\maskmap.cxx uses it
  18. #define ERROR_NO_ITEMS 93 /* no items to operate upon */