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.

18 lines
542 B

  1. /***
  2. *dllsupp.c - Definitions of public constants
  3. *
  4. * Copyright (c) 1992-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * Provides definitions for public constants (absolutes) that are
  8. * 'normally' defined in objects in the C library, but must be defined
  9. * here for clients of crtdll.dll & msvcrt*.dll. These constants are:
  10. *
  11. * _fltused
  12. *
  13. *Revision History:
  14. * 01-15-97 v-rogerl Module created.
  15. *
  16. *******************************************************************************/
  17. int _fltused = 0x9875;