chiark / gitweb /
Windows support for command line client
[disorder] / lib / configuration.h
index bb9024212fefe2c39dfab67c4daea82573532f64..c2a39aa8835c19f58fede0c514293f9c5733de6d 100644 (file)
@@ -185,8 +185,10 @@ struct config {
   /** @brief Maximum lifetime of a playlist lock */
   long playlist_lock_timeout;
 
+#if !_WIN32
   /** @brief Home directory for state files */
   const char *home;
+#endif
 
   /** @brief Login username */
   char *username;