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.

34 lines
484 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. constant.h
  5. Abstract:
  6. Contains all internal constant values used in INTERNET.DLL
  7. Author:
  8. Richard L Firth (rfirth) 16-Nov-1994
  9. Revision History:
  10. 16-Nov-1994 rfirth
  11. Created
  12. --*/
  13. //
  14. // manifests
  15. //
  16. #define K * 1024
  17. #define M * 1048576
  18. #define _1K (1 K)
  19. #define _2K (2 K)
  20. #define _4K (4 K)
  21. #define _8K (8 K)
  22. #define _16K (16 K)