]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/hhp2cached/hhp2cached.cpp
Allow wxSoundStreamESD to be compiled even when no esd.h is
[wxWidgets.git] / utils / hhp2cached / hhp2cached.cpp
index 471fa04eeacc94404162abc30f99273adcdb0d76..655f4f8dbb6426bcff7b4ad5951a0609bfb1514f 100644 (file)
@@ -17,7 +17,7 @@
 #include "wx/wx.h"
 #endif
 
-#include <wx/html/helpdata.h>
+#include "wx/html/helpdata.h"
 
 
 class MyApp : public wxApp
@@ -33,7 +33,7 @@ bool MyApp::OnInit()
     for (int i = 1; i < argc; i++)
     {
         wxHtmlHelpData data;
-        wxPrintf("Processing %s...\n", argv[i]);
+        wxPrintf(_T("Processing %s...\n"), argv[i]);
         data.SetTempDir(wxPathOnly(argv[i]));
         data.AddBook(argv[i]);
     }