summaryrefslogtreecommitdiffstats
path: root/src/mspdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mspdb.h')
-rw-r--r--src/mspdb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mspdb.h b/src/mspdb.h
index c3b92ec..7104fc2 100644
--- a/src/mspdb.h
+++ b/src/mspdb.h
@@ -1,5 +1,5 @@
// Convert DMD CodeView debug information to PDB files
-// Copyright (c) 2009 by Rainer Schuetze, All Rights Reserved
+// Copyright (c) 2009-2010 by Rainer Schuetze, All Rights Reserved
//
// License for redistribution is given by the Artistic License 2.0
// see file LICENSE for further details
@@ -239,8 +239,8 @@ public: virtual bool Src::QueryByNameW(unsigned short *,struct SrcHeaderOut *)co
public: virtual bool Src::AddW(struct SrcHeaderW const *,void const *);
};
-#include "pshpack1.h"
-
+#include "pshpack1.h"
+
struct LineInfoEntry
{
unsigned int offset;
@@ -294,7 +294,7 @@ struct TypeData
// followed by TypeChunks
};
-#include "poppack.h"
+#include "poppack.h"
struct Mod {
public: virtual unsigned long Mod::QueryInterfaceVersion(void);