Added shared library support.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace ehs
|
||||
{
|
||||
class Semaphore : public BaseSemaphore
|
||||
class EHS_LIB_IO Semaphore : public BaseSemaphore
|
||||
{
|
||||
private:
|
||||
sem_t hdl;
|
||||
|
Reference in New Issue
Block a user