1
0
Fork 0

correct typo in the includeguards

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3901
This commit is contained in:
Peter Veenstra 2015-02-24 13:54:43 +00:00
parent c0a3903ec0
commit 0b568ebbd0

View file

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