make include guards standards conforming

fix compile issues
This commit is contained in:
David Markowitz
2024-10-30 00:30:20 -07:00
parent bfe6900c26
commit 9655f0ee45
167 changed files with 497 additions and 497 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __CLIENTVERSION_H__
#define __CLIENTVERSION_H__
#ifndef CLIENTVERSION_H
#define CLIENTVERSION_H
#include <cstdint>
@@ -9,4 +9,4 @@ namespace ClientVersion {
constexpr uint16_t minor = 64;
}
#endif // !__CLIENTVERSION_H__
#endif // !CLIENTVERSION_H