In MS Windows executable file terms, first few hundred bytes of the typical PE (Portable executable) file.
The linker places a default stub here, which prints out the message This program cannot be run in DOS mode when the image is run in MS-DOS.
The intent is to inform that a Win32 program is run in an environment that doesn't support Win32.