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
34 lines
484 B
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
constant.h
|
|
|
|
Abstract:
|
|
|
|
Contains all internal constant values used in INTERNET.DLL
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 16-Nov-1994
|
|
|
|
Revision History:
|
|
|
|
16-Nov-1994 rfirth
|
|
Created
|
|
|
|
--*/
|
|
|
|
//
|
|
// manifests
|
|
//
|
|
|
|
#define K * 1024
|
|
#define M * 1048576
|
|
#define _1K (1 K)
|
|
#define _2K (2 K)
|
|
#define _4K (4 K)
|
|
#define _8K (8 K)
|
|
#define _16K (16 K)
|