Source code of Windows XP (NT5)
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.

48 lines
1.0 KiB

  1. /***
  2. *imp_data.c - declares all exported data (variables) forwarded by MSVCRT40.DLL
  3. *
  4. * Copyright (c) 1996-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * This file declares all data variables exported (forwarded) by the
  8. * CRTL DLL MSVCRT40.DLL so that the linker will correctly decorate
  9. * the names of those variables.
  10. *
  11. *Revision History:
  12. * 05-14-96 SKS Initial version
  13. * 03-17-97 RDK Added _mbcasemap.
  14. *
  15. *******************************************************************************/
  16. void * _HUGE;
  17. void * __argc;
  18. void * __argv;
  19. void * __badioinfo;
  20. void * __initenv;
  21. void * __mb_cur_max;
  22. void * __pioinfo;
  23. void * __wargv;
  24. void * __winitenv;
  25. void * _acmdln;
  26. void * _aexit_rtn;
  27. void * _crtAssertBusy;
  28. void * _crtBreakAlloc;
  29. void * _crtDbgFlag;
  30. void * _daylight;
  31. void * _dstbias;
  32. void * _environ;
  33. void * _fileinfo;
  34. void * _mbctype;
  35. void * _mbcasemap;
  36. void * _osver;
  37. void * _pctype;
  38. void * _pgmptr;
  39. void * _pwctype;
  40. void * _sys_nerr;
  41. void * _timezone;
  42. void * _wcmdln;
  43. void * _wenviron;
  44. void * _winmajor;
  45. void * _winminor;
  46. void * _winver;
  47. void * _wpgmptr;