Skip to content

Commit

Permalink
fix Linux/OSX define
Browse files Browse the repository at this point in the history
  • Loading branch information
genscale-admin committed Apr 21, 2016
1 parent a7fb370 commit ae7ae32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/os/impl/MacOsMemory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ class MacOsMemoryFactory : public CommonMemory
} } /* end of namespaces. */
/********************************************************************************/

#endif /* WINDOWS_MEMORY_HPP_ */
#endif /* MACOS__MEMORY_HPP_ */
2 changes: 1 addition & 1 deletion src/os/impl/MacOsMemoryFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ IMemoryFile* MacOsMemoryFileFactory::newFile (const char *path, bool map)
} } /* end of namespaces. */
/********************************************************************************/

#endif /* __LINUX__ */
#endif /* __MACOS__ */
4 changes: 2 additions & 2 deletions src/os/impl/MacOsMemoryFile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
* Affero GPL ver 3 License for more details. *
*****************************************************************************/

/** \file LinuxMemoryFile.hpp
/** \file MacOsMemoryFile.hpp
* \date 28/03/2014
* \author sbrillet
* \brief Mac OS abstraction of Memory file management.
*/

#ifndef _MACOS_MEMORYFILE_HPP_
#define _LINUX_MEMORYFILE_HPP_
#define _MACOS_MEMORYFILE_HPP_

/********************************************************************************/

Expand Down

0 comments on commit ae7ae32

Please sign in to comment.