diff options
Diffstat (limited to 'ceee/ie/plugin/toolband/toolband.def')
-rw-r--r-- | ceee/ie/plugin/toolband/toolband.def | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ceee/ie/plugin/toolband/toolband.def b/ceee/ie/plugin/toolband/toolband.def new file mode 100644 index 0000000..9c9cc5b --- /dev/null +++ b/ceee/ie/plugin/toolband/toolband.def @@ -0,0 +1,13 @@ +; Copyright (c) 2010 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. +; +; ie.def : Declares the module exports. + +LIBRARY "ceee_ie.DLL" + +EXPORTS + DllCanUnloadNow PRIVATE + DllGetClassObject PRIVATE + DllRegisterServer PRIVATE + DllUnregisterServer PRIVATE |