Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: remoting/host/setup/win/load_string_from_resource.h

Issue 11090063: [Chromoting] Add a simple Windows app that registers and starts a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix non-standard resource header file. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « remoting/host/setup/win/host_configurer_window.cc ('k') | remoting/host/setup/win/load_string_from_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698