36 lines
701 B
Plaintext
36 lines
701 B
Plaintext
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
|
|
#define IDC_STATIC -1
|
|
#include "coreres.h"
|
|
#include "burnslib.h"
|
|
|
|
#include <windows.h>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SYSTEM32 "system32"
|
|
IDS_HRESULT_SANS_MESSAGE "The operation failed. (0x%1!08X!)"
|
|
END
|
|
|
|
|
|
#endif // English (U.S.) resources
|
|
|
|
|
|
#include "blcore.rc"
|