Fixed Windows typo.

This commit is contained in:
Thulinma 2015-04-16 16:10:34 +02:00
parent e672959f96
commit a891b5ba41
2 changed files with 2 additions and 3 deletions

View file

@ -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: