Inline void chwindows9xnotallowed () {
OsversionInfo vi = {SizeOf (VI)};
GetversionEx (& VI);
IF (vi.dwplatformID == ver_platform_win32_windows) {
CHMB ("This Application Requires Features Not Present in Windows 9x.");
EXITPROCESS (0);
}