Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidebeatrici <davidebeatrici@gmail.com>2016-08-12 00:31:15 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2016-08-12 00:31:15 +0300
commit88797fa32461eeddb38a84e4f8363f0267a43c74 (patch)
treed05d066ad44f5b527edfa3aee63ce96942ca8b50 /plugins/gtav
parent58a7ff54716e28a6d14cea62983ac38378589792 (diff)
mumble/plugins: Rename Win32 headers
Diffstat (limited to 'plugins/gtav')
-rw-r--r--plugins/gtav/gtav.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtav/gtav.cpp b/plugins/gtav/gtav.cpp
index 9c56f917f..2eae9914a 100644
--- a/plugins/gtav/gtav.cpp
+++ b/plugins/gtav/gtav.cpp
@@ -3,7 +3,7 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "../mumble_plugin_win32_x64.h" // Include standard plugin header.
+#include "../mumble_plugin_win32_64bit.h" // Include standard plugin header.
#include "../mumble_plugin_utils.h" // Include plugin header for special functions, like "escape".
#include <algorithm> // Include algorithm header for the game version detector