diff options
author | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2010-04-13 06:33:54 (GMT) |
---|---|---|
committer | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2010-04-13 06:33:54 (GMT) |
commit | 1157fd5b8b7ad5feced2304400ea2a6d34fc9998 (patch) | |
tree | e3f55eed0d37e2c36aef32229ffa67dc63384af9 /src/mspdb.h | |
parent | b5b9076d2370cb7a5d9fe30c7ffee38e19def0c7 (diff) | |
download | cv2pdb-1157fd5b8b7ad5feced2304400ea2a6d34fc9998.zip cv2pdb-1157fd5b8b7ad5feced2304400ea2a6d34fc9998.tar.gz cv2pdb-1157fd5b8b7ad5feced2304400ea2a6d34fc9998.tar.bz2 |
Diffstat (limited to 'src/mspdb.h')
-rw-r--r-- | src/mspdb.h | 8 |
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);
|