Files
reactos/reactos/include/ntdll/pagesize.h
Rex Jolliff b5efc5cfc5 This commit was generated by cvs2svn to compensate for changes in r10,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=11
1998-08-25 04:27:41 +00:00

8 lines
54 B
C

/*
*
*/
#ifdef i386
#define PAGESIZE (4096)
#endif