diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-10 20:52:11 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-10 20:52:11 +0000 |
commit | 6cf6ca58e053f69d88c90b55f3a9011a6caba801 (patch) | |
tree | a10d40846807d905cd014a933135f7856d430067 /mojo/system/core_impl.h | |
parent | 6a91ffb0e9bafcde73e134aef4b635e2efeb71db (diff) | |
download | chromium_src-6cf6ca58e053f69d88c90b55f3a9011a6caba801.zip chromium_src-6cf6ca58e053f69d88c90b55f3a9011a6caba801.tar.gz chromium_src-6cf6ca58e053f69d88c90b55f3a9011a6caba801.tar.bz2 |
Simple shell that loads a dll and calls an entrypoint function passing in a handle to a pipe created by the shell app.
To achieve this I had to make mojo_system a <(component) so sample_app.dll could link against it. Trung, Darin tells me you had a different idea about how to achieve this. Consider this CL a starting point for the discussion :-)
R=darin@chromium.org
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=227604
Review URL: https://codereview.chromium.org/25895002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/system/core_impl.h')
-rw-r--r-- | mojo/system/core_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/system/core_impl.h b/mojo/system/core_impl.h index 1417a06..aede29d 100644 --- a/mojo/system/core_impl.h +++ b/mojo/system/core_impl.h @@ -25,7 +25,7 @@ class CoreTestBase; // the (obvious) exception of |Init()|, which must be called first (and the call // completed) before making any other calls, all the public methods are // thread-safe. -class CoreImpl { +class MOJO_SYSTEM_EXPORT CoreImpl { public: static void Init(); |