| Index: remoting/host/setup/win/load_string_from_resource.h
|
| diff --git a/remoting/host/setup/win/load_string_from_resource.h b/remoting/host/setup/win/load_string_from_resource.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d5238c3d6f91512b4289758a9a19e003a0e7e3f2
|
| --- /dev/null
|
| +++ b/remoting/host/setup/win/load_string_from_resource.h
|
| @@ -0,0 +1,19 @@
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef REMOTING_HOST_SETUP_WIN_LOAD_STRING_FROM_RESOURCE_H_
|
| +#define REMOTING_HOST_SETUP_WIN_LOAD_STRING_FROM_RESOURCE_H_
|
| +
|
| +#include <atlbase.h>
|
| +#include <atlstr.h>
|
| +#include <atlwin.h>
|
| +
|
| +namespace remoting {
|
| +
|
| +// Loads a string from a resource.
|
| +CAtlString LoadStringFromResource(int id);
|
| +
|
| +} // namespace remoting
|
| +
|
| +#endif // REMOTING_HOST_SETUP_WIN_LOAD_STRING_FROM_RESOURCE_H_
|
|
|