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.

24 lines
426 B

  1. #ifdef WIN32
  2. #include "winuser.h"
  3. #ifdef WINNT
  4. #include "winuserp.h"
  5. #include "winver.h"
  6. #endif
  7. #else
  8. #include "windows.h"
  9. #endif
  10. #include "ids.h"
  11. // WARNING
  12. // this file should contain only non-localizable resources
  13. // localizable resources should go in shlwaplc.rc
  14. #ifdef MLUI_SUPPORT
  15. #include "shlwapi.rcv"
  16. #else
  17. #include "shlwaplc.rc"
  18. #endif
  19. IDI_SECURITY ICON DISCARDABLE "security.ico"