Fixed Windows typo.
This commit is contained in:
parent
e672959f96
commit
a891b5ba41
2 changed files with 2 additions and 3 deletions
|
@ -111,13 +111,12 @@ namespace IPC {
|
|||
char * mapped;
|
||||
};
|
||||
|
||||
#ifdef SHM_ENABLED
|
||||
|
||||
#if defined(__CYGWIN__) || defined(_WIN32)
|
||||
void preservePage(std::string);
|
||||
void releasePage(std::string);
|
||||
#endif
|
||||
|
||||
#ifdef SHM_ENABLED
|
||||
///\brief A class for managing shared memory pages.
|
||||
class sharedPage {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue