Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/qpid/sys/windows/QpidDllMain.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ namespace qpid {
namespace sys {
namespace windows {

QPID_IMPORT bool processExiting;
QPID_IMPORT bool libraryUnloading;
QPID_IMPORT extern bool processExiting;
QPID_IMPORT extern bool libraryUnloading;

}}} // namespace qpid::sys::SystemInfo

Expand Down