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:
authorKissaki <kissaki@gmx.de>2013-01-13 02:12:32 +0400
committerKissaki <kissaki@gmx.de>2013-06-04 23:59:50 +0400
commit40ca9b4507eed28c800fa724770d70cccc273882 (patch)
tree4ca8147385d4ab691f136170a7fd95b20261da30 /plugins/mumble_plugin_win32.h
parent5ff038eac05ea85084ffb749a8c92087327ee4b5 (diff)
Rename header guard defines to not use c++-reserved names
* as pointed out in issue #842 adjust names to match other header files
Diffstat (limited to 'plugins/mumble_plugin_win32.h')
-rw-r--r--plugins/mumble_plugin_win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mumble_plugin_win32.h b/plugins/mumble_plugin_win32.h
index 8a6b7d7e9..5b04db610 100644
--- a/plugins/mumble_plugin_win32.h
+++ b/plugins/mumble_plugin_win32.h
@@ -28,8 +28,8 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _MUMBLE_PLUGIN_WIN32_H
-#define _MUMBLE_PLUGIN_WIN32_H
+#ifndef MUMBLE_PLUGIN_WIN32_H_
+#define MUMBLE_PLUGIN_WIN32_H_
#define _USE_MATH_DEFINES
#include <stdio.h>