mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add missing include guards
Causes compile errors.
This commit is contained in:
parent
15b78f966d
commit
f31788c6c2
@ -20,7 +20,8 @@
|
||||
//
|
||||
// 2017-08-25: initial public release
|
||||
//
|
||||
|
||||
#ifndef TEBPEB_64_H
|
||||
#define TEBPEB_64_H
|
||||
|
||||
//
|
||||
// base types
|
||||
@ -265,3 +266,5 @@ struct TEB64
|
||||
PTR64 ActivationContextStackPointer; //0x02C8
|
||||
|
||||
}; //struct TEB64
|
||||
|
||||
#endif // TEBPEB_64_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user