comparison nt/config.nt @ 97369:eb5a5c9d9c4c

(LISTPROC, PROCATTR): New macros.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 09 Aug 2008 17:55:45 +0000
parents 840bd675fd85
children dcc7f5970d5c
comparison
equal deleted inserted replaced
97368:dd6e742c5349 97369:eb5a5c9d9c4c
462 #define abort w32_abort 462 #define abort w32_abort
463 void w32_abort (void) NO_RETURN; 463 void w32_abort (void) NO_RETURN;
464 #endif 464 #endif
465 #endif 465 #endif
466 466
467 /* Support for listing processes and their attributes. */
468 #define LISTPROC w32_list_system_processes
469 #define PROCATTR w32_system_process_attributes
470
467 /* Prevent accidental use of features unavailable in 471 /* Prevent accidental use of features unavailable in
468 older Windows versions we still support. */ 472 older Windows versions we still support. */
469 #define _WIN32_WINNT 0x0400 473 #define _WIN32_WINNT 0x0400
470 474
471 /* Make a leaner executable. */ 475 /* Make a leaner executable. */