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.

27 lines
771 B

  1. //=======================================================================
  2. //
  3. // Copyright (c) 1998-2000 Microsoft Corporation. All Rights Reserved.
  4. //
  5. // File: iuengine.rc
  6. //
  7. // Description:
  8. //
  9. // Attaches wubios.vxd image to the iuengine.dll
  10. //
  11. //=======================================================================
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #include "winres.h"
  15. #if !(defined(IA64) || defined(_IA64_) || defined(_UNICODE) || defined(UNICODE))
  16. // Win9x platforms use this resource
  17. WUBIOS VXD "..\\wubios\\bin\\wubios.vxd"
  18. #endif
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Version
  22. //
  23. #include "version.rc"