Revert "Made the gnutls password encryption work on Win32."
[claws.git] / src / mh.c
index 913a41c9a6c0e3c88e0d86e4ef9240b845c8dda1..0736e58e08b903a59d76a21e63f4b2ac787f83ea 100644 (file)
--- a/src/mh.c
+++ b/src/mh.c
@@ -791,7 +791,7 @@ static gint mh_create_tree(Folder *folder)
        rootpath = LOCAL_FOLDER(folder)->rootpath;
 #ifdef G_OS_UNIX
        if (*rootpath == '/') {
-#elif defined G_OS_WIN32
+#elif G_OS_WIN32
        if (g_ascii_isalpha(*rootpath) && !strncmp(rootpath + 1, "\:", 2)) {
 #endif
                /* Folder path is absolute. */