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

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-05-10 07:24:29 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-05-10 07:24:29 +0400
commit631d2e8884911eb4258f98d69b1c4c7a8e49ebc5 (patch)
tree379d082d892141a7144c07c43b1d2274c276d99c /minidlnatypes.h
parent87076dd6725db52293d27a4e62afd0bf2db68d86 (diff)
* Sort out Server description in HTTP headers. This actually makes Windows Media Player recognize a MiniDLNA server also.
Diffstat (limited to 'minidlnatypes.h')
-rw-r--r--minidlnatypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/minidlnatypes.h b/minidlnatypes.h
index edec0d2..d1e04d9 100644
--- a/minidlnatypes.h
+++ b/minidlnatypes.h
@@ -3,8 +3,8 @@
* (c) 2006-2007 Thomas Bernard
* This software is subject to the conditions detailed
* in the LICENCE file provided within the distribution */
-#ifndef __MINIUPNPDTYPES_H__
-#define __MINIUPNPDTYPES_H__
+#ifndef __MINIDLNATYPES_H__
+#define __MINIDLNATYPES_H__
#include "config.h"
#include <netinet/in.h>