summaryrefslogtreecommitdiffstats
path: root/src/mspdb.h
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-04-13 06:33:54 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-04-13 06:33:54 (GMT)
commit1157fd5b8b7ad5feced2304400ea2a6d34fc9998 (patch)
treee3f55eed0d37e2c36aef32229ffa67dc63384af9 /src/mspdb.h
parentb5b9076d2370cb7a5d9fe30c7ffee38e19def0c7 (diff)
downloadcv2pdb-1157fd5b8b7ad5feced2304400ea2a6d34fc9998.zip
cv2pdb-1157fd5b8b7ad5feced2304400ea2a6d34fc9998.tar.gz
cv2pdb-1157fd5b8b7ad5feced2304400ea2a6d34fc9998.tar.bz2
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);