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.

35 lines
736 B

  1. // Copyright (c) 1997-1999 Microsoft Corporation
  2. #define IDC_STATIC -1
  3. #include "coreres.h"
  4. #include "burnslib.h"
  5. #include <windows.h>
  6. /////////////////////////////////////////////////////////////////////////////
  7. // English (U.S.) resources
  8. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  9. #ifdef _WIN32
  10. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  11. #pragma code_page(1252)
  12. #endif //_WIN32
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // String Table
  16. //
  17. STRINGTABLE DISCARDABLE
  18. BEGIN
  19. IDS_SYSTEM32 "system32"
  20. IDS_HRESULT_SANS_MESSAGE "The operation failed. (0x%1!08X!)"
  21. END
  22. #endif // English (U.S.) resources
  23. #include "blcore.rc"