Skip to content

Commit 227952d

Browse files
committed
issue #9003: Button Show HTML-Output doesn't work
1 parent 327998d commit 227952d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: addon/doxywizard/doxywizard.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <QTextStream>
3737
#include <QDebug>
3838

39-
#ifdef WIN32
39+
#ifdef _WIN32
4040
#include <windows.h>
4141
#endif
4242

@@ -651,7 +651,7 @@ void MainWindow::showHtmlOutput()
651651
QString indexFile = m_expert->getHtmlOutputIndex(m_workingDir->text());
652652
QFileInfo fi(indexFile);
653653
// TODO: the following doesn't seem to work with IE
654-
#ifdef WIN32
654+
#ifdef _WIN32
655655
//QString indexUrl(QString::fromLatin1("file:///"));
656656
ShellExecute(NULL, L"open", (LPCWSTR)fi.absoluteFilePath().utf16(), NULL, NULL, SW_SHOWNORMAL);
657657
#else

0 commit comments

Comments
 (0)