From 936d4f4f6d1302087b245b02254496ad0a352e0b Mon Sep 17 00:00:00 2001 From: Arkshine Date: Tue, 29 Jul 2014 11:45:38 +0200 Subject: [PATCH] Geoip: Fix compilation #2 A trick to bypass issue where variable creaton was required at the top of function. --- dlls/geoip/GeoIP2/{maxminddb.c => maxminddb.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dlls/geoip/GeoIP2/{maxminddb.c => maxminddb.cpp} (100%) diff --git a/dlls/geoip/GeoIP2/maxminddb.c b/dlls/geoip/GeoIP2/maxminddb.cpp similarity index 100% rename from dlls/geoip/GeoIP2/maxminddb.c rename to dlls/geoip/GeoIP2/maxminddb.cpp