diff options
Diffstat (limited to 'ace/Thread_Hook.h')
-rw-r--r-- | ace/Thread_Hook.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Thread_Hook.h b/ace/Thread_Hook.h index 5a5ab50955a..a818884e033 100644 --- a/ace/Thread_Hook.h +++ b/ace/Thread_Hook.h @@ -20,7 +20,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/OS_Export.h" +#include "ace/ACE_export.h" /** * @class ACE_Thread_Hook @@ -29,7 +29,7 @@ * hooks that are called before the thread entry point function * is invoked. */ -class ACE_OS_Export ACE_Thread_Hook +class ACE_Export ACE_Thread_Hook { public: |