Author: akhaldi
Date: Fri Jan 24 18:03:28 2014
New Revision: 61790
URL:
http://svn.reactos.org/svn/reactos?rev=61790&view=rev
Log:
[MSVFW32]
* Move some inclusions to the main header.
* Extract the resource related definitions into resource.h and include it in both the main
header and the resource file.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716
Added:
trunk/reactos/dll/win32/msvfw32/resource.h (with props)
Modified:
trunk/reactos/dll/win32/msvfw32/drawdib.c
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Da.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_De.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_En.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Es.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Fr.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_He.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Hu.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_It.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ko.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Lt.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Nl.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_No.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Pl.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Pt.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ro.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ru.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Si.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Sv.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Tr.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Uk.rc
trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Zh.rc
trunk/reactos/dll/win32/msvfw32/mciwnd.c
trunk/reactos/dll/win32/msvfw32/msvideo_main.c
trunk/reactos/dll/win32/msvfw32/msvideo_private.h
trunk/reactos/dll/win32/msvfw32/rsrc.rc
Modified: trunk/reactos/dll/win32/msvfw32/drawdib.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/drawdib.…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/drawdib.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/drawdib.c [iso-8859-1] Fri Jan 24 18:03:28 2014
@@ -20,21 +20,7 @@
* Handle palettes
*/
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include <stdarg.h>
-//#include <stdio.h>
-//#include <string.h>
-
-#include <windef.h>
-#include <winbase.h>
-#include <wingdi.h>
-//#include "winuser.h"
-#include <vfw.h>
-
-#include <wine/debug.h>
+#include "msvideo_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(msvideo);
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Da.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Da.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Da.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -17,8 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_De.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_De.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_De.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -16,8 +16,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
#pragma code_page(65001)
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_En.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_En.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_En.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Es.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Es.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Es.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -16,8 +16,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
#pragma code_page(65001)
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Fr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Fr.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Fr.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
/* UTF-8 */
#pragma code_page(65001)
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_He.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_He.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_He.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -17,8 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Hu.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Hu.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Hu.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_It.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_It.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_It.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -16,9 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "msvideo_private.h"
-
-/*UTF-8*/
+/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ko.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ko.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ko.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -16,8 +16,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Lt.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Lt.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Lt.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
/* UTF-8 */
#pragma code_page(65001)
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Nl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Nl.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Nl.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_No.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_No.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_No.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Pl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Pl.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Pl.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -16,8 +16,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Pt.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Pt.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Pt.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ro.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ro.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ro.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -18,8 +18,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ru.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ru.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Ru.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
/* UTF-8 */
#pragma code_page(65001)
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Si.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Si.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Si.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
#pragma code_page(65001)
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Sv.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Sv.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Sv.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -15,8 +15,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Tr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Tr.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Tr.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -17,8 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Uk.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Uk.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Uk.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -16,8 +16,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
/* UTF-8 */
#pragma code_page(65001)
Modified: trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Zh.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/lang/msv…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Zh.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/lang/msvfw32_Zh.rc [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -17,8 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-
-#include "msvideo_private.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
Modified: trunk/reactos/dll/win32/msvfw32/mciwnd.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/mciwnd.c…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/mciwnd.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/mciwnd.c [iso-8859-1] Fri Jan 24 18:03:28 2014
@@ -21,23 +21,12 @@
* Add support for MCIWNDF_RECORD.
*/
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include <stdarg.h>
-
-#include <windef.h>
-#include <winbase.h>
-//#include "winnls.h"
-#include <wingdi.h>
-//#include "winuser.h"
+#include "msvideo_private.h"
+
#include <winternl.h>
-#include <vfw.h>
#include <digitalv.h>
#include <commctrl.h>
#include <wine/unicode.h>
-#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(mci);
Modified: trunk/reactos/dll/win32/msvfw32/msvideo_main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/msvideo_…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/msvideo_main.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/msvideo_main.c [iso-8859-1] Fri Jan 24 18:03:28 2014
@@ -26,24 +26,12 @@
* - no thread safety
*/
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include <stdarg.h>
-//#include <stdio.h>
-//#include <string.h>
-
-#include <windef.h>
-#include <winbase.h>
+#include "msvideo_private.h"
+
#include <winreg.h>
-#include <winnls.h>
-#include <wingdi.h>
-#include <winuser.h>
#include <commdlg.h>
-#include <vfw.h>
-#include "msvideo_private.h"
-#include <wine/debug.h>
+
+#include "resource.h"
/* Drivers32 settings */
#define HKLM_DRIVERS32 "Software\\Microsoft\\Windows
NT\\CurrentVersion\\Drivers32"
Modified: trunk/reactos/dll/win32/msvfw32/msvideo_private.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/msvideo_…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/msvideo_private.h [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/msvideo_private.h [iso-8859-1] Fri Jan 24 18:03:28
2014
@@ -19,12 +19,22 @@
#ifndef __WINE_MSVIDEO_PRIVATE_H
#define __WINE_MSVIDEO_PRIVATE_H
+#include <stdarg.h>
+
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+
#include <windef.h>
-#include <winuser.h>
+#include <winbase.h>
+#include <winnls.h>
+#include <wingdi.h>
+#include <vfw.h>
+
+#include <wine/debug.h>
#define ICM_CHOOSE_COMPRESSOR 1
#define IDC_COMP_LIST 880
-#define IDS_FULLFRAMES 901
/* HIC struct (same layout as Win95 one) */
typedef struct tagWINE_HIC {
@@ -46,17 +56,4 @@
extern HMODULE MSVFW32_hModule DECLSPEC_HIDDEN;
-#define IDC_CONFIGURE 882
-#define IDC_ABOUT 883
-
-#define IDC_QUALITY_SCROLL 884
-#define IDC_QUALITY_TXT 886
-
-#define IDC_KEYFRAME_CHECKBOX 887
-#define IDC_KEYFRAME 888
-#define IDC_KEYFRAME_FRAMES 889
-#define IDC_DATARATE_CHECKBOX 894
-#define IDC_DATARATE 895
-#define IDC_DATARATE_KB 896
-
#endif /* __WINE_MSVIDEO_PRIVATE_H */
Added: trunk/reactos/dll/win32/msvfw32/resource.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/resource…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/resource.h (added)
+++ trunk/reactos/dll/win32/msvfw32/resource.h [iso-8859-1] Fri Jan 24 18:03:28 2014
@@ -0,0 +1,34 @@
+/*
+ * Copyright 1999 Marcus Meissner
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#pragma once
+
+#define IDS_FULLFRAMES 901
+
+#define IDC_CONFIGURE 882
+#define IDC_ABOUT 883
+
+#define IDC_QUALITY_SCROLL 884
+#define IDC_QUALITY_TXT 886
+
+#define IDC_KEYFRAME_CHECKBOX 887
+#define IDC_KEYFRAME 888
+#define IDC_KEYFRAME_FRAMES 889
+#define IDC_DATARATE_CHECKBOX 894
+#define IDC_DATARATE 895
+#define IDC_DATARATE_KB 896
Propchange: trunk/reactos/dll/win32/msvfw32/resource.h
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/reactos/dll/win32/msvfw32/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvfw32/rsrc.rc?…
==============================================================================
--- trunk/reactos/dll/win32/msvfw32/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvfw32/rsrc.rc [iso-8859-1] Fri Jan 24 18:03:28 2014
@@ -16,9 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-//#include "windef.h"
-//#include "winuser.h"
-//#include "msvideo_private.h"
+#include <windef.h>
+#include <winuser.h>
+
+#include "resource.h"
#ifdef LANGUAGE_DA_DK
#include "lang/msvfw32_Da.rc"