Source code of Windows XP (NT5)
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
260 B

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