mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 22:57:12 +02:00
Use pragma once instead of macro guards.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef _LIBRARY_IO_INI_HPP_
|
||||
#define _LIBRARY_IO_INI_HPP_
|
||||
#pragma once
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "Base/Shared.hpp"
|
||||
@ -977,5 +976,3 @@ public:
|
||||
};
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
#endif // _LIBRARY_IO_INI_HPP_
|
||||
|
Reference in New Issue
Block a user