--- trunk/xvidcore/dshow/src/CXvidDecoder.h 2012/06/21 09:55:14 2061 +++ trunk/xvidcore/dshow/src/CXvidDecoder.h 2012/07/20 14:51:17 2062 @@ -3,7 +3,7 @@ * XVID MPEG-4 VIDEO CODEC * - XviD Decoder part of the DShow Filter - * - * Copyright(C) 2002-2010 Peter Ross + * Copyright(C) 2002-2012 Peter Ross * * This program is free software ; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,6 +29,10 @@ #include #include "IXvidDecoder.h" +#ifndef HWND_MESSAGE +#define HWND_MESSAGE ((HWND)-3) +#endif + #define XVID_NAME_L L"Xvid MPEG-4 Video Decoder" /* --- fourcc --- */