]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/appunix.cpp
document that GetAttribute's argument must not be NULL
[wxWidgets.git] / src / unix / appunix.cpp
index 0bca1979a9a7003ee0cde098c62d1bae659f55cf..77748127e09f0a4481f99b6750abfbfacf4d1f75 100644 (file)
@@ -8,8 +8,17 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/app.h"
-#include "wx/log.h"
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
+#ifndef WX_PRECOMP
+    #include "wx/app.h"
+    #include "wx/log.h"
+#endif
+
 #include "wx/evtloop.h"
 
 #include <signal.h>
 #include "wx/evtloop.h"
 
 #include <signal.h>