mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-30 15:56:02 +02:00
fixed a minor bug in ClassLibrary.h
This commit is contained in:
parent
a8990dca3f
commit
a18bc8939f
@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// ClassLibrary.h
|
// ClassLibrary.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/Main/Foundation/include/Poco/ClassLibrary.h#5 $
|
// $Id: //poco/Main/Foundation/include/Poco/ClassLibrary.h#6 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: SharedLibrary
|
// Package: SharedLibrary
|
||||||
@ -69,7 +69,7 @@ extern "C"
|
|||||||
#define POCO_DECLARE_NAMED_MANIFEST(name) \
|
#define POCO_DECLARE_NAMED_MANIFEST(name) \
|
||||||
extern "C" \
|
extern "C" \
|
||||||
{ \
|
{ \
|
||||||
void POCO_LIBRARY_API POCO_JOIN(pocoBuildManifest, name)(Poco::ManifestBase* pManifest); \
|
bool POCO_LIBRARY_API POCO_JOIN(pocoBuildManifest, name)(Poco::ManifestBase* pManifest); \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user