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 __BITSTREAMUTILS__H__
#define __BITSTREAMUTILS__H__
#ifndef BITSTREAMUTILS_H
#define BITSTREAMUTILS_H
#include "GeneralUtils.h"
#include "MessageIdentifiers.h"
@@ -102,4 +102,4 @@ namespace RakNet {
}
};
#endif //!__BITSTREAMUTILS__H__
#endif //!BITSTREAMUTILS_H