[MPlayer-cvslog] r26077 - in trunk/loader: com.h debug.h dmo/DMO_AudioDecoder.h dmo/DMO_Filter.h dmo/DMO_VideoDecoder.h dmo/dmo.h dmo/dmo_guids.h dmo/dmo_interfaces.h driver.h dshow/DS_AudioDecoder.h dshow/DS_Filter.h dshow/DS_VideoDecoder.h dshow/allocator.h dshow/cmediasample.h dshow/guids.h dshow/inputpin.h dshow/interfaces.h dshow/iunk.h dshow/libwin32.h dshow/mediatype.h dshow/outputpin.h ext.h ldt_keeper.h loader.h qt_comp.h qt_fv.h qtx/qtxsdk/components.h qtx/qtxsdk/select.h registry.h win32.h wine/avifmt.h wine/basetsd.h wine/debugtools.h wine/driver.h wine/elfdll.h wine/heap.h wine/ldt.h wine/mmreg.h wine/module.h wine/msacm.h wine/msacmdrv.h wine/ntdef.h wine/objbase.h wine/pe_image.h wine/poppack.h wine/pshpack1.h wine/pshpack2.h wine/pshpack4.h wine/pshpack8.h wine/vfw.h wine/winbase.h wine/windef.h wine/windows.h wine/winerror.h wine/winestring.h wine/winnt.h wine/winreg.h wine/winuser.h wineacm.h wrapper.h

diego subversion at mplayerhq.hu
Sat Feb 23 15:50:56 CET 2008


Author: diego
Date: Sat Feb 23 15:50:55 2008
New Revision: 26077

Log:
Add MPLAYER_ prefix to multiple inclusion guards.


Modified:
   trunk/loader/com.h
   trunk/loader/debug.h
   trunk/loader/dmo/DMO_AudioDecoder.h
   trunk/loader/dmo/DMO_Filter.h
   trunk/loader/dmo/DMO_VideoDecoder.h
   trunk/loader/dmo/dmo.h
   trunk/loader/dmo/dmo_guids.h
   trunk/loader/dmo/dmo_interfaces.h
   trunk/loader/driver.h
   trunk/loader/dshow/DS_AudioDecoder.h
   trunk/loader/dshow/DS_Filter.h
   trunk/loader/dshow/DS_VideoDecoder.h
   trunk/loader/dshow/allocator.h
   trunk/loader/dshow/cmediasample.h
   trunk/loader/dshow/guids.h
   trunk/loader/dshow/inputpin.h
   trunk/loader/dshow/interfaces.h
   trunk/loader/dshow/iunk.h
   trunk/loader/dshow/libwin32.h
   trunk/loader/dshow/mediatype.h
   trunk/loader/dshow/outputpin.h
   trunk/loader/ext.h
   trunk/loader/ldt_keeper.h
   trunk/loader/loader.h
   trunk/loader/qt_comp.h
   trunk/loader/qt_fv.h
   trunk/loader/qtx/qtxsdk/components.h
   trunk/loader/qtx/qtxsdk/select.h
   trunk/loader/registry.h
   trunk/loader/win32.h
   trunk/loader/wine/avifmt.h
   trunk/loader/wine/basetsd.h
   trunk/loader/wine/debugtools.h
   trunk/loader/wine/driver.h
   trunk/loader/wine/elfdll.h
   trunk/loader/wine/heap.h
   trunk/loader/wine/ldt.h
   trunk/loader/wine/mmreg.h
   trunk/loader/wine/module.h
   trunk/loader/wine/msacm.h
   trunk/loader/wine/msacmdrv.h
   trunk/loader/wine/ntdef.h
   trunk/loader/wine/objbase.h
   trunk/loader/wine/pe_image.h
   trunk/loader/wine/poppack.h
   trunk/loader/wine/pshpack1.h
   trunk/loader/wine/pshpack2.h
   trunk/loader/wine/pshpack4.h
   trunk/loader/wine/pshpack8.h
   trunk/loader/wine/vfw.h
   trunk/loader/wine/winbase.h
   trunk/loader/wine/windef.h
   trunk/loader/wine/windows.h
   trunk/loader/wine/winerror.h
   trunk/loader/wine/winestring.h
   trunk/loader/wine/winnt.h
   trunk/loader/wine/winreg.h
   trunk/loader/wine/winuser.h
   trunk/loader/wineacm.h
   trunk/loader/wrapper.h

Modified: trunk/loader/com.h
==============================================================================
--- trunk/loader/com.h	(original)
+++ trunk/loader/com.h	Sat Feb 23 15:50:55 2008
@@ -3,8 +3,8 @@
  * http://svn.mplayerhq.hu/mplayer/trunk/
  */
 
-#ifndef AVIFILE_COM_H
-#define AVIFILE_COM_H
+#ifndef MPLAYER_COM_H
+#define MPLAYER_COM_H
 
 #include "config.h"
 
@@ -91,4 +91,4 @@ void  STDCALL  CoTaskMemFree(void*);
 
 #endif /* WIN32 */
 
-#endif /* AVIFILE_COM_H */
+#endif /* MPLAYER_COM_H */

Modified: trunk/loader/debug.h
==============================================================================
--- trunk/loader/debug.h	(original)
+++ trunk/loader/debug.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DEBUG_H
-#define DEBUG_H
+#ifndef MPLAYER_DEBUG_H
+#define MPLAYER_DEBUG_H
 
 #ifdef DEBUG
 #define TRACE printf
@@ -9,4 +9,4 @@
 #define dbg_printf(...)
 #endif
 
-#endif /* DEBUG_H */
+#endif /* MPLAYER_DEBUG_H */

Modified: trunk/loader/dmo/DMO_AudioDecoder.h
==============================================================================
--- trunk/loader/dmo/DMO_AudioDecoder.h	(original)
+++ trunk/loader/dmo/DMO_AudioDecoder.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_DMO_AUDIODECODER_H
-#define AVIFILE_DMO_AUDIODECODER_H
+#ifndef MPLAYER_DMO_AUDIODECODER_H
+#define MPLAYER_DMO_AUDIODECODER_H
 
 typedef struct DMO_AudioDecoder DMO_AudioDecoder;
 
@@ -14,4 +14,4 @@ int DMO_AudioDecoder_Convert(DMO_AudioDe
 
 int DMO_AudioDecoder_GetSrcSize(DMO_AudioDecoder *this, int dest_size);
 
-#endif /* AVIFILE_DMO_AUDIODECODER_H */
+#endif /* MPLAYER_DMO_AUDIODECODER_H */

Modified: trunk/loader/dmo/DMO_Filter.h
==============================================================================
--- trunk/loader/dmo/DMO_Filter.h	(original)
+++ trunk/loader/dmo/DMO_Filter.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DMO_FILTER_H
-#define DMO_FILTER_H
+#ifndef MPLAYER_DMO_FILTER_H
+#define MPLAYER_DMO_FILTER_H
 
 #include "dmo_guids.h"
 #include "dmo_interfaces.h"
@@ -44,4 +44,4 @@ CMediaBuffer* CMediaBufferCreate(unsigne
 }
 #endif
 
-#endif /* DS_FILTER_H */
+#endif /* MPLAYER_DMO_FILTER_H */

Modified: trunk/loader/dmo/DMO_VideoDecoder.h
==============================================================================
--- trunk/loader/dmo/DMO_VideoDecoder.h	(original)
+++ trunk/loader/dmo/DMO_VideoDecoder.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_DMO_VIDEODECODER_H
-#define AVIFILE_DMO_VIDEODECODER_H
+#ifndef MPLAYER_DMO_VIDEODECODER_H
+#define MPLAYER_DMO_VIDEODECODER_H
 
 typedef struct DMO_VideoDecoder DMO_VideoDecoder;
 
@@ -23,4 +23,4 @@ int DMO_VideoDecoder_SetDestFmt(DMO_Vide
 int DMO_VideoDecoder_SetDirection(DMO_VideoDecoder *this, int d);
 
 
-#endif /* AVIFILE_DMO_VIDEODECODER_H */
+#endif /* MPLAYER_DMO_VIDEODECODER_H */

Modified: trunk/loader/dmo/dmo.h
==============================================================================
--- trunk/loader/dmo/dmo.h	(original)
+++ trunk/loader/dmo/dmo.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DMO_H
-#define DMO_H
+#ifndef MPLAYER_DMO_H
+#define MPLAYER_DMO_H
 
 /*
  *
@@ -78,4 +78,4 @@ enum DMO_VIDEO_OUTPUT_STREAM_FLAGS
 #define DMO_E_TYPE_NOT_ACCEPTED  0x80040205
 #define DMO_E_NO_MORE_ITEMS      0x80040206
 
-#endif /* DMO_H */
+#endif /* MPLAYER_DMO_H */

Modified: trunk/loader/dmo/dmo_guids.h
==============================================================================
--- trunk/loader/dmo/dmo_guids.h	(original)
+++ trunk/loader/dmo/dmo_guids.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DMO_GUIDS_H
-#define DMO_GUIDS_H
+#ifndef MPLAYER_DMO_GUIDS_H
+#define MPLAYER_DMO_GUIDS_H
 
 #include "dshow/guids.h"
 
@@ -32,4 +32,4 @@ extern const GUID DMOCATEGORY_AUDIO_NOIS
 extern const GUID DMOCATEGORY_AGC;
 */
 
-#endif /* DMO_GUIDS_H */
+#endif /* MPLAYER_DMO_GUIDS_H */

Modified: trunk/loader/dmo/dmo_interfaces.h
==============================================================================
--- trunk/loader/dmo/dmo_interfaces.h	(original)
+++ trunk/loader/dmo/dmo_interfaces.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DMO_INTERFACE_H
-#define DMO_INTERFACE_H
+#ifndef MPLAYER_DMO_INTERFACES_H
+#define MPLAYER_DMO_INTERFACES_H
 
 #include "dmo.h"
 
@@ -191,4 +191,4 @@ typedef struct IDMOVideoOutputOptimizati
 } IDMOVideoOutputOptimizations_vt;
 struct IDMOVideoOutputOptimizations { IDMOVideoOutputOptimizations_vt* vt; };
 
-#endif /* DMO_INTERFACE_H */
+#endif /* MPLAYER_DMO_INTERFACES_H */

Modified: trunk/loader/driver.h
==============================================================================
--- trunk/loader/driver.h	(original)
+++ trunk/loader/driver.h	Sat Feb 23 15:50:55 2008
@@ -3,8 +3,8 @@
  * http://svn.mplayerhq.hu/mplayer/trunk/
  */
 
-#ifndef LOADER_DRIVER_H
-#define LOADER_DRIVER_H
+#ifndef MPLAYER_DRIVER_H
+#define MPLAYER_DRIVER_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -24,4 +24,4 @@ void DrvClose(HDRVR hdrvr);
 }
 #endif
 
-#endif /* LOADER_DRIVER_H */
+#endif /* MPLAYER_DRIVER_H */

Modified: trunk/loader/dshow/DS_AudioDecoder.h
==============================================================================
--- trunk/loader/dshow/DS_AudioDecoder.h	(original)
+++ trunk/loader/dshow/DS_AudioDecoder.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_DS_AUDIODECODER_H
-#define AVIFILE_DS_AUDIODECODER_H
+#ifndef MPLAYER_DS_AUDIODECODER_H
+#define MPLAYER_DS_AUDIODECODER_H
 
 typedef struct DS_AudioDecoder DS_AudioDecoder;
 
@@ -14,4 +14,4 @@ int DS_AudioDecoder_Convert(DS_AudioDeco
 
 int DS_AudioDecoder_GetSrcSize(DS_AudioDecoder *this, int dest_size);
 
-#endif /* AVIFILE_DS_AUDIODECODER_H */
+#endif /* MPLAYER_DS_AUDIODECODER_H */

Modified: trunk/loader/dshow/DS_Filter.h
==============================================================================
--- trunk/loader/dshow/DS_Filter.h	(original)
+++ trunk/loader/dshow/DS_Filter.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DS_FILTER_H
-#define DS_FILTER_H
+#ifndef MPLAYER_DS_FILTER_H
+#define MPLAYER_DS_FILTER_H
 
 #include "inputpin.h"
 #include "outputpin.h"
@@ -47,4 +47,4 @@ void DS_Filter_Destroy(DS_Filter* This);
 }
 #endif
 
-#endif /* DS_FILTER_H */
+#endif /* MPLAYER_DS_FILTER_H */

Modified: trunk/loader/dshow/DS_VideoDecoder.h
==============================================================================
--- trunk/loader/dshow/DS_VideoDecoder.h	(original)
+++ trunk/loader/dshow/DS_VideoDecoder.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_DS_VIDEODECODER_H
-#define AVIFILE_DS_VIDEODECODER_H
+#ifndef MPLAYER_DS_VIDEODECODER_H
+#define MPLAYER_DS_VIDEODECODER_H
 
 typedef struct DS_VideoDecoder DS_VideoDecoder;
 
@@ -26,4 +26,4 @@ int DS_VideoDecoder_SetValue(DS_VideoDec
 int DS_SetAttr_DivX(char* attribute, int value);
 
 
-#endif /* AVIFILE_DS_VIDEODECODER_H */
+#endif /* MPLAYER_DS_VIDEODECODER_H */

Modified: trunk/loader/dshow/allocator.h
==============================================================================
--- trunk/loader/dshow/allocator.h	(original)
+++ trunk/loader/dshow/allocator.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DS_ALLOCATOR_H
-#define DS_ALLOCATOR_H
+#ifndef MPLAYER_ALLOCATOR_H
+#define MPLAYER_ALLOCATOR_H
 
 #include "interfaces.h"
 #include "cmediasample.h"
@@ -24,4 +24,4 @@ struct MemAllocator
 
 MemAllocator* MemAllocatorCreate(void);
 
-#endif /* DS_ALLOCATOR_H */
+#endif /* MPLAYER_ALLOCATOR_H */

Modified: trunk/loader/dshow/cmediasample.h
==============================================================================
--- trunk/loader/dshow/cmediasample.h	(original)
+++ trunk/loader/dshow/cmediasample.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DS_CMEDIASAMPLE_H
-#define DS_CMEDIASAMPLE_H
+#ifndef MPLAYER_CMEDIASAMPLE_H
+#define MPLAYER_CMEDIASAMPLE_H
 
 #include "interfaces.h"
 #include "guids.h"
@@ -29,4 +29,4 @@ CMediaSample* CMediaSampleCreate(IMemAll
 // called from allocator
 void CMediaSample_Destroy(CMediaSample* This);
 
-#endif /* DS_CMEDIASAMPLE_H */
+#endif /* MPLAYER_CMEDIASAMPLE_H */

Modified: trunk/loader/dshow/guids.h
==============================================================================
--- trunk/loader/dshow/guids.h	(original)
+++ trunk/loader/dshow/guids.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DS_GUIDS_H
-#define DS_GUIDS_H
+#ifndef MPLAYER_GUIDS_H
+#define MPLAYER_GUIDS_H
 
 /*
 this will be defined if <ole2.h> already included before this file
@@ -82,4 +82,4 @@ extern const GUID FORMAT_WaveFormatEx;
 extern const GUID MEDIATYPE_Audio;
 extern const GUID MEDIASUBTYPE_PCM;
 
-#endif /* DS_GUIDS_H */
+#endif /* MPLAYER_GUIDS_H */

Modified: trunk/loader/dshow/inputpin.h
==============================================================================
--- trunk/loader/dshow/inputpin.h	(original)
+++ trunk/loader/dshow/inputpin.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DS_INPUTPIN_H
-#define DS_INPUTPIN_H
+#ifndef MPLAYER_INPUTPIN_H
+#define MPLAYER_INPUTPIN_H
 
 #include "interfaces.h"
 
@@ -67,4 +67,4 @@ typedef struct
 
 CRemotePin2* CRemotePin2Create(CBaseFilter2* parent);
 
-#endif /* DS_INPUTPIN_H */
+#endif /* MPLAYER_INPUTPIN_H */

Modified: trunk/loader/dshow/interfaces.h
==============================================================================
--- trunk/loader/dshow/interfaces.h	(original)
+++ trunk/loader/dshow/interfaces.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DS_INTERFACES_H
-#define DS_INTERFACES_H
+#ifndef MPLAYER_INTERFACES_H
+#define MPLAYER_INTERFACES_H
 
 /*
  * Definition of important DirectShow interfaces.
@@ -329,4 +329,4 @@ struct IDivxFilterInterface_vt
     HRESULT STDCALL ( *get_AspectRatio )(IDivxFilterInterface* This, int* x, IDivxFilterInterface* Thisit, int* y);
 };
 
-#endif  /* DS_INTERFACES_H */
+#endif  /*MPLAYER_INTERFACES_H */

Modified: trunk/loader/dshow/iunk.h
==============================================================================
--- trunk/loader/dshow/iunk.h	(original)
+++ trunk/loader/dshow/iunk.h	Sat Feb 23 15:50:55 2008
@@ -3,8 +3,8 @@
  * http://svn.mplayerhq.hu/mplayer/trunk/
  */
 
-#ifndef DS_IUNK_H
-#define DS_IUNK_H
+#ifndef MPLAYER_IUNK_H
+#define MPLAYER_IUNK_H
 
 #include "guids.h"
 
@@ -51,4 +51,4 @@ static long STDCALL CLASSNAME ## _Releas
     return 0; 					\
 }
 
-#endif /* DS_IUNK_H */
+#endif /* MPLAYER_IUNK_H */

Modified: trunk/loader/dshow/libwin32.h
==============================================================================
--- trunk/loader/dshow/libwin32.h	(original)
+++ trunk/loader/dshow/libwin32.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef LIBWIN32_H
-#define LIBWIN32_H
+#ifndef MPLAYER_LIBWIN32_H
+#define MPLAYER_LIBWIN32_H
 
 #define VFW_E_NOT_RUNNING               0x80040226
 
@@ -253,4 +253,4 @@ struct IRtConfig
 #define fccYVU9 mmioFOURCC('Y', 'V', 'U', '9')/* Planar 4:1:0 */
 #define fccIF09 mmioFOURCC('I', 'F', '0', '9')/* Planar 4:1:0 + delta */
 
-#endif /* LIBWIN32_H */
+#endif /* MPLAYER_LIBWIN32_H */

Modified: trunk/loader/dshow/mediatype.h
==============================================================================
--- trunk/loader/dshow/mediatype.h	(original)
+++ trunk/loader/dshow/mediatype.h	Sat Feb 23 15:50:55 2008
@@ -3,8 +3,10 @@
     AM_MEDIA_TYPE service functions declarations
 -------------------------------------------------------------------
 */
-#ifndef DS_MEDIATYPE_H
-#define DS_MEDIATYPE_H
+
+#ifndef MPLAYER_MEDIATYPE_H
+#define MPLAYER_MEDIATYPE_H
+
 #include "guids.h"
                   
 typedef struct __attribute__((__packed__)) MediaType
@@ -91,4 +93,4 @@ AM_MEDIA_TYPE* CreateMediaType(const AM_
  */
 int CompareMediaTypes(const AM_MEDIA_TYPE * pmt1, const AM_MEDIA_TYPE * pmt2, int bWildcards);
 
-#endif /* DS_MEDIA_TYPE_H */
+#endif /* MPLAYER_MEDIA_TYPE_H */

Modified: trunk/loader/dshow/outputpin.h
==============================================================================
--- trunk/loader/dshow/outputpin.h	(original)
+++ trunk/loader/dshow/outputpin.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef DS_OUTPUTPIN_H
-#define DS_OUTPUTPIN_H
+#ifndef MPLAYER_OUTPUTPIN_H
+#define MPLAYER_OUTPUTPIN_H
 
 /* "output pin" - the one that connects to output of filter. */
 
@@ -29,4 +29,4 @@ struct COutputPin
 
 COutputPin* COutputPinCreate(const AM_MEDIA_TYPE* amt,SAMPLEPROC SampleProc,void* pUserData);
 
-#endif /* DS_OUTPUTPIN_H */
+#endif /* MPLAYER_OUTPUTPIN_H */

Modified: trunk/loader/ext.h
==============================================================================
--- trunk/loader/ext.h	(original)
+++ trunk/loader/ext.h	Sat Feb 23 15:50:55 2008
@@ -3,8 +3,8 @@
  * http://svn.mplayerhq.hu/mplayer/trunk/
  */
 
-#ifndef LOADER_EXT_H
-#define LOADER_EXT_H
+#ifndef MPLAYER_EXT_H
+#define MPLAYER_EXT_H
 
 #include "wine/windef.h"
 
@@ -16,4 +16,4 @@ extern int FILE_munmap( LPVOID start, DW
 extern int wcsnicmp(const unsigned short* s1, const unsigned short* s2, int n);
 extern int __vprintf( const char *format, ... );
 
-#endif /* LOADER_EXT_H */
+#endif /* MPLAYER_EXT_H */

Modified: trunk/loader/ldt_keeper.h
==============================================================================
--- trunk/loader/ldt_keeper.h	(original)
+++ trunk/loader/ldt_keeper.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef LDT_KEEPER_H
-#define LDT_KEEPER_H
+#ifndef MPLAYER_LDT_KEEPER_H
+#define MPLAYER_LDT_KEEPER_H
 
 #ifdef __cplusplus
 extern "C"
@@ -18,4 +18,4 @@ void Restore_LDT_Keeper(ldt_fs_t* ldt_fs
 }
 #endif
 
-#endif /* LDT_KEEPER_H */
+#endif /* MPLAYER_LDT_KEEPER_H */

Modified: trunk/loader/loader.h
==============================================================================
--- trunk/loader/loader.h	(original)
+++ trunk/loader/loader.h	Sat Feb 23 15:50:55 2008
@@ -11,8 +11,8 @@
  * http://svn.mplayerhq.hu/mplayer/trunk/
  */
 
-#ifndef LOADER_H
-#define LOADER_H
+#ifndef MPLAYER_LOADER_H
+#define MPLAYER_LOADER_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -37,4 +37,4 @@ INT WINAPI LoadStringA( HINSTANCE instan
 }
 #endif
 
-#endif /* LOADER_H */
+#endif /* MPLAYER_LOADER_H */

Modified: trunk/loader/qt_comp.h
==============================================================================
--- trunk/loader/qt_comp.h	(original)
+++ trunk/loader/qt_comp.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef QT_COMP_H
-#define QT_COMP_H
+#ifndef MPLAYER_QT_COMP_H
+#define MPLAYER_QT_COMP_H
 
 DECL_COMPONENT(sorenson3,"SMD_ComponentDispatch",1)
 DECL_COMPONENT(sorenson,"SorensonYUV9Dispatcher",1)
@@ -27,4 +27,4 @@ DECL_COMPONENT(mace3d,"Mace3DecompDispat
 
 //DECL_COMPONENT(,"",0)
 
-#endif /* QT_COMP_H */
+#endif /* MPLAYER_QT_COMP_H */

Modified: trunk/loader/qt_fv.h
==============================================================================
--- trunk/loader/qt_fv.h	(original)
+++ trunk/loader/qt_fv.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef QT_FV_H
-#define QT_FV_H
+#ifndef MPLAYER_QT_FV_H
+#define MPLAYER_QT_FV_H
 
 typedef struct qt_fv_s {
     unsigned int id;
@@ -1588,4 +1588,4 @@ qt_fv_t qt_fv_list[]={
 { 0x270029, "TEFeatureFlag"},
 { 0,NULL } };
 
-#endif /* QT_FV_H */
+#endif /* MPLAYER_QT_FV_H */

Modified: trunk/loader/qtx/qtxsdk/components.h
==============================================================================
--- trunk/loader/qtx/qtxsdk/components.h	(original)
+++ trunk/loader/qtx/qtxsdk/components.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef COMPONENTS_H
-#define COMPONENTS_H
+#ifndef MPLAYER_COMPONENTS_H
+#define MPLAYER_COMPONENTS_H
 
 #include <inttypes.h>
 
@@ -744,4 +744,4 @@ static inline void dump_CodecDecompressP
 
 }
 
-#endif /* COMPONENTS_H */
+#endif /* MPLAYER_COMPONENTS_H */

Modified: trunk/loader/qtx/qtxsdk/select.h
==============================================================================
--- trunk/loader/qtx/qtxsdk/select.h	(original)
+++ trunk/loader/qtx/qtxsdk/select.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef SELECT_H
-#define SELECT_H
+#ifndef MPLAYER_SELECT_H
+#define MPLAYER_SELECT_H
 
 enum {
     kComponentOpenSelect        = -1,                           /* ComponentInstance for this open */
@@ -69,4 +69,4 @@ enum {
     kImageCodecCancelTriggerSelect             = 0x0209
 };
 
-#endif /* SELECT_H */
+#endif /* MPLAYER_SELECT_H */

Modified: trunk/loader/registry.h
==============================================================================
--- trunk/loader/registry.h	(original)
+++ trunk/loader/registry.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_REGISTRY_H
-#define AVIFILE_REGISTRY_H
+#ifndef MPLAYER_REGISTRY_H
+#define MPLAYER_REGISTRY_H
 
 /********************************************************
  *
@@ -30,7 +30,7 @@ long __stdcall RegCreateKeyExA(long key,
 long __stdcall RegSetValueExA(long key, const char* name, long v1, long v2,
 		    const void* data, long size);
 
-#ifdef WINE_WINERROR_H
+#ifdef MPLAYER_WINERROR_H
 
 long __stdcall RegEnumKeyExA(HKEY hKey, DWORD dwIndex, LPSTR lpName, LPDWORD lpcbName,
 		   LPDWORD lpReserved, LPSTR lpClass, LPDWORD lpcbClass,
@@ -42,4 +42,4 @@ long __stdcall RegEnumValueA(HKEY hkey, 
 };
 #endif
 
-#endif /* AVIFILE_REGISTRY_H */
+#endif /* MPLAYER_REGISTRY_H */

Modified: trunk/loader/win32.h
==============================================================================
--- trunk/loader/win32.h	(original)
+++ trunk/loader/win32.h	Sat Feb 23 15:50:55 2008
@@ -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 */

Modified: trunk/loader/wine/avifmt.h
==============================================================================
--- trunk/loader/wine/avifmt.h	(original)
+++ trunk/loader/wine/avifmt.h	Sat Feb 23 15:50:55 2008
@@ -3,14 +3,14 @@
  *  AVIFMT - AVI file format definitions
  *
  ****************************************************************************/
-#ifndef WINE_AVIFMT_H
-#define WINE_AVIFMT_H
+#ifndef MPLAYER_AVIFMT_H
+#define MPLAYER_AVIFMT_H
 
-#ifndef WINE_NOAVIFMT_H
+#ifndef MPLAYER_NOAVIFMT_H
 
 #include "windef.h"
 
-#ifndef WINE_MSACM_H
+#ifndef MPLAYER_MSACM_H
 typedef DWORD FOURCC;
 #endif
 
@@ -236,5 +236,5 @@ typedef struct
 **
 ** Used in video streams.
 */
-#endif /* WINE_NOAVIFMT_H */
-#endif /* WINE_AVIFMT_H */
+#endif /* MPLAYER_NOAVIFMT_H */
+#endif /* MPLAYER_AVIFMT_H */

Modified: trunk/loader/wine/basetsd.h
==============================================================================
--- trunk/loader/wine/basetsd.h	(original)
+++ trunk/loader/wine/basetsd.h	Sat Feb 23 15:50:55 2008
@@ -8,8 +8,8 @@
  * http://svn.mplayerhq.hu/mplayer/trunk/
  */
 
-#ifndef WINE_BASETSD_H
-#define WINE_BASETSD_H
+#ifndef MPLAYER_BASETSD_H
+#define MPLAYER_BASETSD_H
 
 #include "config.h"
 
@@ -169,4 +169,4 @@ typedef UINT_PTR SIZE_T, *PSIZE_T;
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#endif /* WINE_BASETSD_H */
+#endif /* MPLAYER_BASETSD_H */

Modified: trunk/loader/wine/debugtools.h
==============================================================================
--- trunk/loader/wine/debugtools.h	(original)
+++ trunk/loader/wine/debugtools.h	Sat Feb 23 15:50:55 2008
@@ -1,6 +1,5 @@
-
-#ifndef WINE_DEBUGTOOLS_H
-#define WINE_DEBUGTOOLS_H
+#ifndef MPLAYER_DEBUGTOOLS_H
+#define MPLAYER_DEBUGTOOLS_H
 
 #include <stdarg.h>
 #include "config.h"
@@ -69,4 +68,4 @@ static inline LPCSTR debugstr_w( LPCWSTR
 #define DEFAULT_DEBUG_CHANNEL(ch) \
     extern char dbch_##ch[]; static char * const __dbch_default = dbch_##ch;
 
-#endif  /* WINE_DEBUGTOOLS_H */
+#endif  /* MPLAYER_DEBUGTOOLS_H */

Modified: trunk/loader/wine/driver.h
==============================================================================
--- trunk/loader/wine/driver.h	(original)
+++ trunk/loader/wine/driver.h	Sat Feb 23 15:50:55 2008
@@ -2,8 +2,8 @@
  * Drivers definitions
  */
 
-#ifndef WINE_DRIVER_H
-#define WINE_DRIVER_H
+#ifndef MPLAYER_DRIVER_H
+#define MPLAYER_DRIVER_H
 
 #include "windef.h"
 
@@ -107,4 +107,4 @@ DWORD WINAPI GetDriverFlags( HDRVR hDriv
 #define WINE_GDF_EXIST	0x80000000
 #define WINE_GDF_16BIT	0x10000000
 
-#endif  /* WINE_DRIVER_H */
+#endif /* MPLAYER_DRIVER_H */

Modified: trunk/loader/wine/elfdll.h
==============================================================================
--- trunk/loader/wine/elfdll.h	(original)
+++ trunk/loader/wine/elfdll.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_ELFDLL_H
-#define WINE_ELFDLL_H
+#ifndef MPLAYER_ELFDLL_H
+#define MPLAYER_ELFDLL_H
 
 #include "module.h"
 #include "windef.h"
@@ -11,4 +11,4 @@ void ELFDLL_UnloadLibrary(WINE_MODREF *w
 void *ELFDLL_dlopen(const char *libname, int flags);
 extern char *extra_ld_library_path;
 
-#endif /* WINE_ELFDLL_H */
+#endif /* MPLAYER_ELFDLL_H */

Modified: trunk/loader/wine/heap.h
==============================================================================
--- trunk/loader/wine/heap.h	(original)
+++ trunk/loader/wine/heap.h	Sat Feb 23 15:50:55 2008
@@ -4,8 +4,8 @@
  * Copyright 1996 Alexandre Julliard
  */
 
-#ifndef WINE_HEAP_H
-#define WINE_HEAP_H
+#ifndef MPLAYER_HEAP_H
+#define MPLAYER_HEAP_H
 
 #include "config.h"
 
@@ -53,4 +53,4 @@ typedef struct
 
 extern SYSTEM_HEAP_DESCR *SystemHeapDescr;
 
-#endif  /* WINE_HEAP_H */
+#endif /* MPLAYER_HEAP_H */

Modified: trunk/loader/wine/ldt.h
==============================================================================
--- trunk/loader/wine/ldt.h	(original)
+++ trunk/loader/wine/ldt.h	Sat Feb 23 15:50:55 2008
@@ -4,8 +4,8 @@
  * Copyright 1995 Alexandre Julliard
  */
 
-#ifndef WINE_LDT_H
-#define WINE_LDT_H
+#ifndef MPLAYER_LDT_H
+#define MPLAYER_LDT_H
 
 #include "windef.h"
 enum seg_type
@@ -95,4 +95,5 @@ extern unsigned char ldt_flags_copy[LDT_
 #ifdef __cplusplus
 }
 #endif
-#endif  /* WINE_LDT_H */
+
+#endif /* MPLAYER_LDT_H */

Modified: trunk/loader/wine/mmreg.h
==============================================================================
--- trunk/loader/wine/mmreg.h	(original)
+++ trunk/loader/wine/mmreg.h	Sat Feb 23 15:50:55 2008
@@ -6,8 +6,8 @@
  *
  */
 
-#ifndef WINE_MMREG_H
-#define WINE_MMREG_H
+#ifndef MPLAYER_MMREG_H
+#define MPLAYER_MMREG_H
 
 /***********************************************************************
  * Defines/Enums
@@ -246,4 +246,4 @@ typedef struct mpeglayer3waveformat_tag 
 #define WAVE_FORMAT_DEVELOPMENT         (0xFFFF)
 
 
-#endif /* WINE_MMREG_H */
+#endif /* MPLAYER_MMREG_H */

Modified: trunk/loader/wine/module.h
==============================================================================
--- trunk/loader/wine/module.h	(original)
+++ trunk/loader/wine/module.h	Sat Feb 23 15:50:55 2008
@@ -4,8 +4,8 @@
  * Copyright 1995 Alexandre Julliard
  */
 
-#ifndef WINE_MODULE_H
-#define WINE_MODULE_H
+#ifndef MPLAYER_MODULE_H
+#define MPLAYER_MODULE_H
 
 #include "windef.h"
 #include "pe_image.h"
@@ -146,4 +146,4 @@ extern WINE_MODREF *MODULE_FindModule( L
 /* resource.c */
 extern INT       WINAPI AccessResource(HMODULE,HRSRC); 
 
-#endif  /* WINE_MODULE_H */
+#endif /* MPLAYER_MODULE_H */

Modified: trunk/loader/wine/msacm.h
==============================================================================
--- trunk/loader/wine/msacm.h	(original)
+++ trunk/loader/wine/msacm.h	Sat Feb 23 15:50:55 2008
@@ -2,8 +2,8 @@
  *      msacm.h   -       Declarations for MSACM
  */
 
-#ifndef WINE_MSACM_H
-#define WINE_MSACM_H
+#ifndef MPLAYER_MSACM_H
+#define MPLAYER_MSACM_H
 
 #include "windef.h"
 #include "driver.h"
@@ -938,4 +938,4 @@ MMRESULT WINAPI acmStreamUnprepareHeader
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#endif  /* WINE_MSACM_H */
+#endif /* MPLAYER_MSACM_H */

Modified: trunk/loader/wine/msacmdrv.h
==============================================================================
--- trunk/loader/wine/msacmdrv.h	(original)
+++ trunk/loader/wine/msacmdrv.h	Sat Feb 23 15:50:55 2008
@@ -2,8 +2,8 @@
  *      msacmdrv.h   -       Declarations for MSACM driver
  */
 
-#ifndef WINE_MSACMDRV_H
-#define WINE_MSACMDRV_H
+#ifndef MPLAYER_MSACMDRV_H
+#define MPLAYER_MSACMDRV_H
 
 #include "windef.h"
 #include "msacm.h"
@@ -200,4 +200,4 @@ typedef struct ACMDRVFORMATSUGGEST
   DWORD           cbwfxDst;
 } ACMDRVFORMATSUGGEST, *PACMDRVFORMATSUGGEST;
 
-#endif  /* WINE_MSACMDRV_H */
+#endif /* MPLAYER_MSACMDRV_H */

Modified: trunk/loader/wine/ntdef.h
==============================================================================
--- trunk/loader/wine/ntdef.h	(original)
+++ trunk/loader/wine/ntdef.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_NTDEF_H
-#define WINE_NTDEF_H
+#ifndef MPLAYER_NTDEF_H
+#define MPLAYER_NTDEF_H
 
 #include "basetsd.h"
 #include "windef.h"
@@ -98,4 +98,4 @@ typedef OBJECT_ATTRIBUTES *POBJECT_ATTRI
 
 #include "poppack.h"
 
-#endif /* WINE_NTDEF_H */
+#endif /* MPLAYER_NTDEF_H */

Modified: trunk/loader/wine/objbase.h
==============================================================================
--- trunk/loader/wine/objbase.h	(original)
+++ trunk/loader/wine/objbase.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_OBJBASE_H
-#define WINE_OBJBASE_H
+#ifndef MPLAYER_OBJBASE_H
+#define MPLAYER_OBJBASE_H
 
 #ifndef STDCALL
 #define STDCALL __attribute__((__stdcall__))
@@ -17,4 +17,4 @@ HRESULT STDCALL CoInitialize(LPVOID pvRe
 HRESULT STDCALL CoInitializeEx(LPVOID pvReserved, DWORD dwCoinit);
 void STDCALL CoUninitialize(void);
 
-#endif /* WINE_OBJBASE_H */
+#endif /* MPLAYER_OBJBASE_H */

Modified: trunk/loader/wine/pe_image.h
==============================================================================
--- trunk/loader/wine/pe_image.h	(original)
+++ trunk/loader/wine/pe_image.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_PE_IMAGE_H
-#define WINE_PE_IMAGE_H
+#ifndef MPLAYER_PE_IMAGE_H
+#define MPLAYER_PE_IMAGE_H
 
 #include "winnt.h"
 #include "winbase.h"
@@ -78,4 +78,4 @@ extern struct wine_modref *ELF_LoadLibra
 extern void ELF_UnloadLibrary(struct wine_modref *);
 extern FARPROC ELF_FindExportedFunction(struct wine_modref *wm, LPCSTR funcName);
 
-#endif /* WINE_PE_IMAGE_H */
+#endif /* MPLAYER_PE_IMAGE_H */

Modified: trunk/loader/wine/poppack.h
==============================================================================
--- trunk/loader/wine/poppack.h	(original)
+++ trunk/loader/wine/poppack.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifdef WINE_PSHPACK_H
-#undef WINE_PSHPACK_H
+#ifdef MPLAYER_PSHPACK_H
+#undef MPLAYER_PSHPACK_H
 
 #if (defined(__GNUC__) || defined(__SUNPRO_C)) && !defined(__APPLE__)
 #pragma pack()
@@ -10,6 +10,6 @@
 #error "Restoration of the previous alignment isn't supported by the compiler"
 #endif /* defined(__GNUC__) || defined(__SUNPRO_C) ; !defined(RC_INVOKED) */
 
-#else /* WINE_PSHPACK_H */
+#else /* MPLAYER_PSHPACK_H */
 #error "Popping alignment isn't possible since no alignment has been pushed"
-#endif /* WINE_PSHPACK_H */
+#endif /* MPLAYER_PSHPACK_H */

Modified: trunk/loader/wine/pshpack1.h
==============================================================================
--- trunk/loader/wine/pshpack1.h	(original)
+++ trunk/loader/wine/pshpack1.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_PSHPACK_H
-#define WINE_PSHPACK_H 1
+#ifndef MPLAYER_PSHPACK_H
+#define MPLAYER_PSHPACK_H 1
 
 #if defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
 //#pragma pack(1)
@@ -7,7 +7,7 @@
 #error "1 as alignment isn't supported by the compiler"
 #endif /* defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */
 
-#else /* WINE_PSHPACK_H */
+#else /* MPLAYER_PSHPACK_H */
 #error "Nested pushing of alignment isn't supported by the compiler"
-#endif /* WINE_PSHPACK_H */
+#endif /* MPLAYER_PSHPACK_H */
 

Modified: trunk/loader/wine/pshpack2.h
==============================================================================
--- trunk/loader/wine/pshpack2.h	(original)
+++ trunk/loader/wine/pshpack2.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_PSHPACK_H
-#define WINE_PSHPACK_H 2
+#ifndef MPLAYER_PSHPACK_H
+#define MPLAYER_PSHPACK_H 2
 
 #if defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
 //#pragma pack(2)
@@ -7,6 +7,6 @@
 #error "2 as alignment isn't supported by the compiler"
 #endif /* defined(__GNUC__) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */
 
-#else /* WINE_PSHPACK_H */
+#else /* MPLAYER_PSHPACK_H */
 #error "Nested pushing of alignment isn't supported by the compiler"
-#endif /* WINE_PSHPACK_H */
+#endif /* MPLAYER_PSHPACK_H */

Modified: trunk/loader/wine/pshpack4.h
==============================================================================
--- trunk/loader/wine/pshpack4.h	(original)
+++ trunk/loader/wine/pshpack4.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_PSHPACK_H
-#define WINE_PSHPACK_H 4
+#ifndef MPLAYER_PSHPACK_H
+#define MPLAYER_PSHPACK_H 4
 
 #if defined(__GNUC__) || defined(__SUNPRO_CC)
 //#pragma pack(4)
@@ -9,7 +9,7 @@
 #error "4 as alignment isn't supported by the compiler"
 #endif /* defined(__GNUC__) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */
 
-#else /* WINE_PSHPACK_H */
+#else /* MPLAYER_PSHPACK_H */
 #error "Nested pushing of alignment isn't supported by the compiler"
-#endif /* WINE_PSHPACK_H */
+#endif /* MPLAYER_PSHPACK_H */
 

Modified: trunk/loader/wine/pshpack8.h
==============================================================================
--- trunk/loader/wine/pshpack8.h	(original)
+++ trunk/loader/wine/pshpack8.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_PSHPACK_H
-#define WINE_PSHPACK_H 8
+#ifndef MPLAYER_PSHPACK_H
+#define MPLAYER_PSHPACK_H 8
 
 #if 0
 //#pragma pack(8)
@@ -7,6 +7,6 @@
 #error "8 as alignment is not supported"
 #endif /* 0 ; !defined(RC_INVOKED) */
 
-#else /* WINE_PSHPACK_H */
+#else /* MPLAYER_PSHPACK_H */
 #error "Nested pushing of alignment isn't supported by the compiler"
-#endif /* WINE_PSHPACK_H */
+#endif /* MPLAYER_PSHPACK_H */

Modified: trunk/loader/wine/vfw.h
==============================================================================
--- trunk/loader/wine/vfw.h	(original)
+++ trunk/loader/wine/vfw.h	Sat Feb 23 15:50:55 2008
@@ -3,8 +3,8 @@
  * http://svn.mplayerhq.hu/mplayer/trunk/
  */
 
-#ifndef WINE_VFW_H
-#define WINE_VFW_H
+#ifndef MPLAYER_VFW_H
+#define MPLAYER_VFW_H
 //#include "pshpack1.h"
 #ifdef __cplusplus
 extern "C" {
@@ -43,7 +43,7 @@ typedef struct {
 
 #define VFWAPI	
 #define VFWAPIV	
-#ifndef WINE_WINDEF_H
+#ifndef MPLAYER_WINDEF_H
 typedef long (__stdcall__ *DRIVERPROC)(long,HDRVR,unsigned int,long,long);
 #endif
 
@@ -668,4 +668,4 @@ typedef struct {
 #ifdef __cplusplus
 }
 #endif
-#endif /* WINE_VFW_H */
+#endif /* MPLAYER_VFW_H */

Modified: trunk/loader/wine/winbase.h
==============================================================================
--- trunk/loader/wine/winbase.h	(original)
+++ trunk/loader/wine/winbase.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_WINBASE_H
-#define WINE_WINBASE_H
+#ifndef MPLAYER_WINBASE_H
+#define MPLAYER_WINBASE_H
 
 #include "basetsd.h"
 #include "winnt.h"
@@ -1782,4 +1782,4 @@ VOID        WINAPI SetLastError(DWORD);
 }
 #endif
 
-#endif  /* WINE_WINBASE_H */
+#endif /* MPLAYER_WINBASE_H */

Modified: trunk/loader/wine/windef.h
==============================================================================
--- trunk/loader/wine/windef.h	(original)
+++ trunk/loader/wine/windef.h	Sat Feb 23 15:50:55 2008
@@ -8,8 +8,8 @@
  *
  */
 
-#ifndef WINE_WINDEF_H
-#define WINE_WINDEF_H
+#ifndef MPLAYER_WINDEF_H
+#define MPLAYER_WINDEF_H
 
 # include "config.h"
 
@@ -338,8 +338,8 @@ typedef LRESULT CALLBACK (*WNDPROC)(HWND
  * 16 bit windows code.
  */
 
-#ifndef WINE_WINDEF16_H
-#define WINE_WINDEF16_H
+#ifndef MPLAYER_WINDEF16_H
+#define MPLAYER_WINDEF16_H
 
 #include "windef.h"
 
@@ -453,7 +453,7 @@ typedef VOID    CALLBACK (*TIMERPROC16)(
 typedef LRESULT CALLBACK (*WNDENUMPROC16)(HWND16,LPARAM);
 typedef LRESULT CALLBACK (*WNDPROC16)(HWND16,UINT16,WPARAM16,LPARAM);
 
-#endif /* WINE_WINDEF16_H */
+#endif /* MPLAYER_WINDEF16_H */
 
 /* Define some empty macros for compatibility with Windows code. */
 
@@ -637,4 +637,4 @@ typedef const RECTL *LPCRECTL;
 }
 #endif
 
-#endif /* WINE_WINDEF_H */
+#endif /* MPLAYER_WINDEF_H */

Modified: trunk/loader/wine/windows.h
==============================================================================
--- trunk/loader/wine/windows.h	(original)
+++ trunk/loader/wine/windows.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_WINDOWS_H
-#define WINE_WINDOWS_H
+#ifndef MPLAYER_WINDOWS_H
+#define MPLAYER_WINDOWS_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -35,4 +35,4 @@ typedef KANJISTRUCT *PKANJISTRUCT;
 }
 #endif
 
-#endif  /* WINE_WINDOWS_H */
+#endif /* MPLAYER_WINDOWS_H */

Modified: trunk/loader/wine/winerror.h
==============================================================================
--- trunk/loader/wine/winerror.h	(original)
+++ trunk/loader/wine/winerror.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_WINERROR_H
-#define WINE_WINERROR_H
+#ifndef MPLAYER_WINERROR_H
+#define MPLAYER_WINERROR_H
 
 
 extern int WIN32_LastError;
@@ -1655,4 +1655,4 @@ extern int WIN32_LastError;
 #define OLEOBJ_E_INVALIDVERB            0x00040181L
 #define OLEOBJ_S_INVALIDVERB            0x00040180L
 
-#endif  /* WINE_WINERROR_H */
+#endif /* MPLAYER_WINERROR_H */

Modified: trunk/loader/wine/winestring.h
==============================================================================
--- trunk/loader/wine/winestring.h	(original)
+++ trunk/loader/wine/winestring.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_WINESTRING_H
-#define WINE_WINESTRING_H
+#ifndef MPLAYER_WINESTRING_H
+#define MPLAYER_WINESTRING_H
 
 #include "windef.h"
 
@@ -10,4 +10,4 @@ LPSTR       WINAPI lstrcpynWtoA(LPSTR,LP
 
 #define lstrncmpiA strncasecmp
 
-#endif /* WINE_WINESTRING_H */
+#endif /* MPLAYER_WINESTRING_H */

Modified: trunk/loader/wine/winnt.h
==============================================================================
--- trunk/loader/wine/winnt.h	(original)
+++ trunk/loader/wine/winnt.h	Sat Feb 23 15:50:55 2008
@@ -4,8 +4,8 @@
  * Copyright 1996 Alexandre Julliard
  */
 
-#ifndef WINE_WINNT_H
-#define WINE_WINNT_H
+#ifndef MPLAYER_WINNT_H
+#define MPLAYER_WINNT_H
 
 #include "windef.h"
 
@@ -2659,4 +2659,4 @@ typedef enum tagSID_NAME_USE {
 
 #include "poppack.h"
 
-#endif  /* WINE_WINNT_H */
+#endif /* MPLAYER_WINNT_H */

Modified: trunk/loader/wine/winreg.h
==============================================================================
--- trunk/loader/wine/winreg.h	(original)
+++ trunk/loader/wine/winreg.h	Sat Feb 23 15:50:55 2008
@@ -1,8 +1,8 @@
 /*
  * 		Win32 registry defines (see also winnt.h)
  */
-#ifndef WINE_WINREG_H
-#define WINE_WINREG_H
+#ifndef MPLAYER_WINREG_H
+#define MPLAYER_WINREG_H
 
 #include "winbase.h"
 #include "winnt.h"
@@ -54,4 +54,4 @@ typedef ACCESS_MASK REGSAM;
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#endif  /* WINE_WINREG_H */
+#endif /* MPLAYER_WINREG_H */

Modified: trunk/loader/wine/winuser.h
==============================================================================
--- trunk/loader/wine/winuser.h	(original)
+++ trunk/loader/wine/winuser.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINE_WINUSER_H
-#define WINE_WINUSER_H
+#ifndef MPLAYER_WINUSER_H
+#define MPLAYER_WINUSER_H
 
 #ifndef RC_INVOKED
 #include <stdarg.h>
@@ -2926,4 +2926,4 @@ VOID        WINAPI ScreenSwitchEnable16(
 }
 #endif
 
-#endif /* WINE_WINUSER_H */
+#endif /* MPLAYER_WINUSER_H */

Modified: trunk/loader/wineacm.h
==============================================================================
--- trunk/loader/wineacm.h	(original)
+++ trunk/loader/wineacm.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WINEACM_H
-#define WINEACM_H
+#ifndef MPLAYER_WINEACM_H
+#define MPLAYER_WINEACM_H
 /* -*- tab-width: 8; c-basic-offset: 4 -*- */
 
 /***********************************************************************
@@ -69,4 +69,4 @@ PWINE_ACMOBJ MSACM_GetObj(HACMOBJ hObj);
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#endif /* WINEACM_H */
+#endif /* MPLAYER_WINEACM_H */

Modified: trunk/loader/wrapper.h
==============================================================================
--- trunk/loader/wrapper.h	(original)
+++ trunk/loader/wrapper.h	Sat Feb 23 15:50:55 2008
@@ -1,5 +1,5 @@
-#ifndef WRAPPER_H
-#define WRAPPER_H
+#ifndef MPLAYER_WRAPPER_H
+#define MPLAYER_WRAPPER_H
 
 #include <inttypes.h>
 
@@ -16,5 +16,5 @@ extern void (*wrapper_target)(void);
 extern int wrapper(void);
 extern int null_call(void);
 
-#endif /* WRAPPER_H */
+#endif /* MPLAYER_WRAPPER_H */
 



More information about the MPlayer-cvslog mailing list