forked from qt-creator/qt-creator
Make CDB work for release builds.
Cleanup, remove unused options page file.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user