The page size for Windows NT is architecture- dependent. For the Alpha platform, the default page size is variable, with a minimum page size of 8K.
For portability, application code should not depend on a hard-coded page size. If an application assumes a particular page size, it will not work correctly on these systems. If you use the /base:nn linker option, be sure to align to at least the default page size for your platform.