Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
272 B

// File: nmres.h
// Why isn't this defined in winres.h or winresrc.h?
#ifndef ACS_TIMER
#define ACS_TIMER 0x08
#endif
// this is only defined in the NT 5 build environment
#ifndef WS_EX_NOINHERIT_LAYOUT
#define WS_EX_NOINHERIT_LAYOUT 0x00100000L
#endif