summaryrefslogtreecommitdiff
path: root/nt/inc/sys/param.h
blob: b7f227405f407924342d87c41a7648b3e676b5f8 (about) (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _PARAM_H_
#define _PARAM_H_

/*
 * sys\param.h doesn't exist on NT, so we'll make one.
 */

#define NBPG 4096

#endif /* _PARAM_H_ */