- if(getuid() == 0) {
- /* root will use the private socket if possible (which it should be) */
- name = config_get_file2(c, "private/socket");
- if(access(name, R_OK) != 0) {
- xfree(name);
- name = NULL;
- }
+#if _WIN32
+ disorder_fatal(0, "local connections are not supported on Windows");
+#else
+ /* use the private socket if possible (which it should be) */
+ name = config_get_file2(c, "private/socket");
+ if(access(name, R_OK) != 0) {
+ xfree(name);
+ name = NULL;