Make CDB work for release builds.

Cleanup, remove unused options page file.
This commit is contained in:
Friedemann Kleint
2009-04-23 09:25:57 +02:00
parent 4d708fa408
commit 9789ee4af1
2 changed files with 1 additions and 233 deletions

View File

@@ -63,7 +63,7 @@ public:
private:
// The exported functions of the library
typedef HRESULT (*DebugCreateFunction)(REFIID, PVOID *);
typedef HRESULT (STDAPICALLTYPE *DebugCreateFunction)(REFIID, PVOID *);
DebugCreateFunction m_debugCreate;
};