summaryrefslogtreecommitdiffstats
path: root/loader/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/win32.h')
-rw-r--r--loader/win32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/win32.h b/loader/win32.h
index 57d5cce4fd..8f72352a6e 100644
--- a/loader/win32.h
+++ b/loader/win32.h
@@ -3,8 +3,8 @@
* http://svn.mplayerhq.hu/mplayer/trunk/
*/
-#ifndef LOADER_WIN32_H
-#define LOADER_WIN32_H
+#ifndef MPLAYER_WIN32_H
+#define MPLAYER_WIN32_H
#include <time.h>
@@ -40,4 +40,4 @@ typedef struct tls_s tls_t;
extern void* LookupExternal(const char* library, int ordinal);
extern void* LookupExternalByName(const char* library, const char* name);
-#endif /* LOADER_WIN32_H */
+#endif /* MPLAYER_WIN32_H */