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

Unified Diff: ui/base/message_box_win.h

Issue 7328011: Introduce ui.dll / libui.so for the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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: ui/base/message_box_win.h
===================================================================
--- ui/base/message_box_win.h (revision 92815)
+++ ui/base/message_box_win.h (working copy)
@@ -9,6 +9,7 @@
#include <windows.h>
#include "base/string16.h"
+#include "ui/ui_api.h"
namespace ui {
@@ -16,10 +17,10 @@
// MessageBox function allows us to control certain RTL locale flags so that
// callers don't have to worry about adding these flags when running in a
// right-to-left locale.
-int MessageBox(HWND hwnd,
- const string16& text,
- const string16& caption,
- UINT flags);
+UI_API int MessageBox(HWND hwnd,
+ const string16& text,
+ const string16& caption,
+ UINT flags);
} // namespace ui
« no previous file with comments | « ui/base/l10n/l10n_util_win.h ('k') | ui/base/models/button_menu_item_model.h » ('j') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698