PIP_NO_FILESYSTEM and PIP_NO_THREADS
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "piinit.h"
|
||||
|
||||
|
||||
#ifndef PIP_NO_THREADS
|
||||
class PIP_EXPORT PIMutex {
|
||||
public:
|
||||
NO_COPY_CLASS(PIMutex);
|
||||
@@ -85,5 +86,5 @@ private:
|
||||
bool cond;
|
||||
};
|
||||
|
||||
|
||||
#endif // PIP_NO_THREADS
|
||||
#endif // PIMUTEX_H
|
||||
|
||||
Reference in New Issue
Block a user