correct typo in the includeguards
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3901
This commit is contained in:
parent
c0a3903ec0
commit
0b568ebbd0
1 changed files with 4 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#if !defined __LAZYFLAGS_H
|
||||
#define __LAZYFLAG_H
|
||||
#ifndef DOSBOX_LAZYFLAGS_H
|
||||
#define DOSBOX_LAZYFLAGS_H
|
||||
|
||||
//Flag Handling
|
||||
Bit32u get_CF(void);
|
||||
|
@ -31,7 +31,9 @@ Bitu FillFlags(void);
|
|||
void FillFlagsNoCFOF(void);
|
||||
void DestroyConditionFlags(void);
|
||||
|
||||
#ifndef DOSBOX_REGS_H
|
||||
#include "regs.h"
|
||||
#endif
|
||||
|
||||
struct LazyFlags {
|
||||
GenReg32 var1,var2,res;
|
||||
|
|
Loading…
Add table
Reference in a new issue