Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_FILEIMPL_HPP
|
||||
#define NAZARA_FILEIMPL_HPP
|
||||
#ifndef NAZARA_CORE_POSIX_FILEIMPL_HPP
|
||||
#define NAZARA_CORE_POSIX_FILEIMPL_HPP
|
||||
|
||||
#ifndef _LARGEFILE64_SOURCE
|
||||
#define _LARGEFILE64_SOURCE
|
||||
@@ -66,4 +66,4 @@ namespace Nz
|
||||
};
|
||||
}
|
||||
|
||||
#endif // NAZARA_FILEIMPL_HPP
|
||||
#endif // NAZARA_CORE_POSIX_FILEIMPL_HPP
|
||||
|
||||
Reference in New Issue
Block a user