You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-calculators/units/files/units-2.20-WIN32.patch

25 lines
395 B

--- a/units.c
+++ b/units.c
@@ -4087,7 +4087,9 @@
checkcwd (char *file)
{
FILE *fp;
+#ifdef _WIN32
char *p;
+#endif
fp = fopen(file, "r");
if (fp){
@@ -4630,7 +4630,10 @@
printversion()
{
int exists;
- char *unitsfile, *localemap;
+ char *unitsfile;
+#ifdef _WIN32
+ char *localemap;
+#endif
if (flags.verbose == 0) {
printf("GNU Units version %s\n", VERSION);