Mercurial > hg > xemacs-beta
comparison src/s/windowsnt.h @ 355:182f72e8cd0d r21-1-7
Import from CVS: tag r21-1-7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:56:21 +0200 |
parents | 70ad99077275 |
children | 8e84bee8ddd0 |
comparison
equal
deleted
inserted
replaced
354:3729bef672e0 | 355:182f72e8cd0d |
---|---|
368 #endif | 368 #endif |
369 #ifdef DUMP_SEPARATE_SECTION | 369 #ifdef DUMP_SEPARATE_SECTION |
370 #pragma data_seg("xdata") | 370 #pragma data_seg("xdata") |
371 #pragma bss_seg("xdata") | 371 #pragma bss_seg("xdata") |
372 #endif | 372 #endif |
373 | |
374 #ifdef HAVE_SCROLLBARS | |
375 /* Ensure the NT 4 mouse definitions in winuser.h are available */ | |
376 #ifndef _WIN32_WINNT | |
377 #define _WIN32_WINNT 0x0400 | |
378 #endif | |
379 #endif |