Add missing include guards

Causes compile errors.
This commit is contained in:
Kawe Mazidjatari 2023-06-25 08:57:10 +02:00
parent 15b78f966d
commit f31788c6c2

View File

@ -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