JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
more changes for windows
[vor.git] / args.h
diff --git a/args.h b/args.h
index a122b8d..bf49c60 100644 (file)
--- a/args.h
+++ b/args.h
@@ -13,7 +13,9 @@ extern int opt_fullscreen;
 extern int opt_music;
 extern int opt_sound;
 
+#ifndef WIN32
 struct argp argp;
+#endif
 
 void init_opts(void);