]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/utils.cpp
corrected conditional compilation for Darwin / Mac OS X
[wxWidgets.git] / src / mac / utils.cpp
index 4cd5021df42e488281de938dfe8593dfbb2fefb8..90fff0dd64bcd8a27c147f7ccd7f426bd353fc25 100644 (file)
@@ -139,6 +139,13 @@ bool wxShell(const wxString& command)
     return FALSE;
 }
 
+// Shutdown or reboot the PC 
+bool wxShutdown(wxShutdownFlags wFlags)
+{
+    // TODO
+    return FALSE;
+}
+
 // Get free memory in bytes, or -1 if cannot determine amount (e.g. on UNIX)
 long wxGetFreeMemory()
 {