]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/csprint.h
added win32 unicode support for wx-console (compile with _UNICODE)
[bacula/bacula] / bacula / src / wx-console / csprint.h
index 6ee61cbd282590a891f2205196994662f0091db2..c5ff664ab14b28629a7fdb486ea1cb4b8f776e94 100644 (file)
@@ -38,6 +38,9 @@
 #define CS_TERMINATED   99 /* used to signal that the thread is terminated */
 
 /* function called by console_thread to send events back to the GUI */
+class wxString;
+
 void csprint(const char* str, int status=CS_DATA);
+void csprint(wxString str, int status=CS_DATA);
 
 #endif