WinInetStorageMessages.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
// This file was automatically generated from lib\WinInetStorageMessages.msg by msggen.pl.
#include "Message.h"
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif
struct WinInetStorageMessages {
// 2500
static const MessageType2 cannotOpen;
// 2501
static const MessageType2 readFailed;
};
const MessageType2 WinInetStorageMessages::cannotOpen(
MessageType::error,
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
2500
#ifndef SP_NO_MESSAGE_TEXT
,"cannot open URL %1 (%2)"
#endif
);
const MessageType2 WinInetStorageMessages::readFailed(
MessageType::error,
#ifdef BUILD_LIBSP
MessageFragment::libModule,
#else
MessageFragment::appModule,
#endif
2501
#ifndef SP_NO_MESSAGE_TEXT
,"error reading URL %1 (%2)"
#endif
);
#ifdef SP_NAMESPACE
}
#endif