summaryrefslogtreecommitdiffstats
path: root/src/mspdb.h
diff options
context:
space:
mode:
authorMirko Scholz <mirko@mizar>2015-01-22 21:26:15 (GMT)
committerMirko Scholz <mirko@mizar>2015-01-22 21:26:15 (GMT)
commit72ad7fb9b1a93537d445888c6034c1118fd4686c (patch)
treee4b1d70f3aeba518ef6c8760a3b43aa8e8ea9da8 /src/mspdb.h
parentaf05b3b35914b7dd84b4a32400664381f74ec300 (diff)
downloadcv2pdb-72ad7fb9b1a93537d445888c6034c1118fd4686c.zip
cv2pdb-72ad7fb9b1a93537d445888c6034c1118fd4686c.tar.gz
cv2pdb-72ad7fb9b1a93537d445888c6034c1118fd4686c.tar.bz2
Build with Visual Studio 10 Compiler (Windows SDK 7.1)
Diffstat (limited to 'src/mspdb.h')
-rw-r--r--src/mspdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mspdb.h b/src/mspdb.h
index 9c48342..a8883e0 100644
--- a/src/mspdb.h
+++ b/src/mspdb.h
@@ -199,8 +199,8 @@ public: virtual void MRECmp::structIsBoring(unsigned long);
//public: virtual void * Pool<65536>::AllocBytes(unsigned int);
//public: virtual void EnumSyms::get(unsigned char * *);
-typedef int __cdecl fnPDBOpen2W(unsigned short const *path,char const *mode,long *p,
- unsigned short *ext,unsigned int flags,struct PDB **pPDB);
+typedef int __cdecl fnPDBOpen2W(const wchar_t *path,char const *mode,long *p,
+ wchar_t *ext,unsigned int flags,struct PDB **pPDB);
struct PDB_part1 {
public: virtual unsigned long QueryInterfaceVersion(void);