1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00
emacs/nt/inc/sys/param.h
1995-04-12 04:48:18 +00:00

10 lines
152 B
C

#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_ */