mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
bitop.h include guard
This commit is contained in:
parent
70cc543dc7
commit
7707d7b8a9
@ -1,4 +1,7 @@
|
||||
|
||||
#ifndef DOSBOX_BITOP_H
|
||||
#define DOSBOX_BITOP_H
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
namespace bitop {
|
||||
@ -392,3 +395,5 @@ template <typename T=unsigned int> static inline bitseqlengthandpos_ret_t bitseq
|
||||
void self_test(void);
|
||||
|
||||
}
|
||||
|
||||
#endif //DOSBOX_BITOP_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user