summaryrefslogtreecommitdiff
path: root/avmedia/source/win
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/win')
-rw-r--r--avmedia/source/win/framegrabber.hxx6
-rw-r--r--avmedia/source/win/interface.hxx4
-rw-r--r--avmedia/source/win/manager.hxx6
-rw-r--r--avmedia/source/win/player.hxx6
-rw-r--r--avmedia/source/win/wincommon.hxx4
-rw-r--r--avmedia/source/win/window.hxx6
6 files changed, 16 insertions, 16 deletions
diff --git a/avmedia/source/win/framegrabber.hxx b/avmedia/source/win/framegrabber.hxx
index 809d1df0f734..841da8f97f8a 100644
--- a/avmedia/source/win/framegrabber.hxx
+++ b/avmedia/source/win/framegrabber.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FRAMEGRABBER_HXX
-#define _FRAMEGRABBER_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_FRAMEGRABBER_HXX
+#define INCLUDED_AVMEDIA_SOURCE_WIN_FRAMEGRABBER_HXX
#include "wincommon.hxx"
@@ -61,6 +61,6 @@ private:
} // namespace win
} // namespace avmedia
-#endif // _FRAMEGRABBER_HXX
+#endif // INCLUDED_AVMEDIA_SOURCE_WIN_FRAMEGRABBER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/avmedia/source/win/interface.hxx b/avmedia/source/win/interface.hxx
index 0a713fbcd696..f954872ffa86 100644
--- a/avmedia/source/win/interface.hxx
+++ b/avmedia/source/win/interface.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _AVMEDIA_INTERFACE_HXX
-#define _AVMEDIA_INTERFACE_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_INTERFACE_HXX
+#define INCLUDED_AVMEDIA_SOURCE_WIN_INTERFACE_HXX
extern "C" const CLSID CLSID_MediaDet;
extern "C" const IID IID_IMediaDet;
diff --git a/avmedia/source/win/manager.hxx b/avmedia/source/win/manager.hxx
index 24854b9a76c4..9bd7f25ab48f 100644
--- a/avmedia/source/win/manager.hxx
+++ b/avmedia/source/win/manager.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _MANAGER_HXX
-#define _MANAGER_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_MANAGER_HXX
+#define INCLUDED_AVMEDIA_SOURCE_WIN_MANAGER_HXX
#include "wincommon.hxx"
@@ -53,6 +53,6 @@ private:
} // namespace win
} // namespace avmedia
-#endif // _MANAGER_HXX
+#endif // INCLUDED_AVMEDIA_SOURCE_WIN_MANAGER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/avmedia/source/win/player.hxx b/avmedia/source/win/player.hxx
index 8d3035d6ff76..b2e861df6811 100644
--- a/avmedia/source/win/player.hxx
+++ b/avmedia/source/win/player.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PLAYER_HXX
-#define _PLAYER_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_PLAYER_HXX
+#define INCLUDED_AVMEDIA_SOURCE_WIN_PLAYER_HXX
#include "wincommon.hxx"
@@ -118,6 +118,6 @@ private:
} // namespace win
} // namespace avmedia
-#endif // _PLAYER_HXX
+#endif // INCLUDED_AVMEDIA_SOURCE_WIN_PLAYER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/avmedia/source/win/wincommon.hxx b/avmedia/source/win/wincommon.hxx
index e2b8673268ad..8f4c8a923e92 100644
--- a/avmedia/source/win/wincommon.hxx
+++ b/avmedia/source/win/wincommon.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _WINCOMMON_HXX
-#define _WINCOMMON_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_WINCOMMON_HXX
+#define INCLUDED_AVMEDIA_SOURCE_WIN_WINCOMMON_HXX
#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
diff --git a/avmedia/source/win/window.hxx b/avmedia/source/win/window.hxx
index afa7361c1414..f0f82b5b0136 100644
--- a/avmedia/source/win/window.hxx
+++ b/avmedia/source/win/window.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _WINDOW_HXX
-#define _WINDOW_HXX
+#ifndef INCLUDED_AVMEDIA_SOURCE_WIN_WINDOW_HXX
+#define INCLUDED_AVMEDIA_SOURCE_WIN_WINDOW_HXX
#include "wincommon.hxx"
#include <cppuhelper/interfacecontainer.h>
@@ -110,6 +110,6 @@ private:
} // namespace win
} // namespace avmedia
-#endif // _WINDOW_HXX
+#endif // INCLUDED_AVMEDIA_SOURCE_WIN_WINDOW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */