ReactOS additions/changes
Added: trunk/reactos/lib/msimg32/Makefile
Modified: trunk/reactos/lib/msimg32/Makefile.in
Added: trunk/reactos/lib/msimg32/Makefile.ros-template
Modified: trunk/reactos/lib/msimg32/msimg32.spec
Modified: trunk/reactos/lib/msimg32/msimg32_main.c
Property changes on: trunk/reactos/lib/msimg32
___________________________________________________________________
Name: svn:ignore
+ *.coff
*.dll
*.d
*.a
*.o
*.sym
*.map
*.tmp
*.spec.def
*.stubs.c
Makefile.ros
_____
Added: trunk/reactos/lib/msimg32/Makefile
--- trunk/reactos/lib/msimg32/Makefile 2005-01-20 11:37:29 UTC (rev
13162)
+++ trunk/reactos/lib/msimg32/Makefile 2005-01-20 11:41:23 UTC (rev
13163)
@@ -0,0 +1,9 @@
+# $Id: Makefile 7618 2004-01-14 01:47:46Z sedwards $
+
+PATH_TO_TOP = ../..
+
+TARGET_TYPE = winedll
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
Property changes on: trunk/reactos/lib/msimg32/Makefile
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/msimg32/Makefile.in
--- trunk/reactos/lib/msimg32/Makefile.in 2005-01-20 11:37:29 UTC
(rev 13162)
+++ trunk/reactos/lib/msimg32/Makefile.in 2005-01-20 11:41:23 UTC
(rev 13163)
@@ -1,12 +1,12 @@
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../..
-SRCDIR = @srcdir@
-VPATH = @srcdir@
-MODULE = msimg32.dll
-IMPORTS = gdi32 kernel32
-
-C_SRCS = msimg32_main.c
-
-@MAKE_DLL_RULES@
-
-### Dependencies:
+TOPSRCDIR = @top_srcdir@
+TOPOBJDIR = ../..
+SRCDIR = @srcdir@
+VPATH = @srcdir@
+MODULE = msimg32.dll
+IMPORTS = gdi32 kernel32
+
+C_SRCS = msimg32_main.c
+
+@MAKE_DLL_RULES@
+
+### Dependencies:
Property changes on: trunk/reactos/lib/msimg32/Makefile.in
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Added: trunk/reactos/lib/msimg32/Makefile.ros-template
--- trunk/reactos/lib/msimg32/Makefile.ros-template 2005-01-20
11:37:29 UTC (rev 13162)
+++ trunk/reactos/lib/msimg32/Makefile.ros-template 2005-01-20
11:41:23 UTC (rev 13163)
@@ -0,0 +1,17 @@
+TARGET_NAME = msimg32
+
+TARGET_OBJECTS = @C_SRCS@
+
+TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
+
+TARGET_SDKLIBS = @IMPORTS@ ntdll.a
+
+TARGET_BASE = $(TARGET_BASE_LIB_MSIMG32)
+
+TARGET_NORC = yes
+
+default: all
+
+DEP_OBJECTS = $(TARGET_OBJECTS)
+
+include $(TOOLS_PATH)/depend.mk
Property changes on: trunk/reactos/lib/msimg32/Makefile.ros-template
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/msimg32/msimg32.spec
--- trunk/reactos/lib/msimg32/msimg32.spec 2005-01-20 11:37:29 UTC
(rev 13162)
+++ trunk/reactos/lib/msimg32/msimg32.spec 2005-01-20 11:41:23 UTC
(rev 13163)
@@ -1,5 +1,5 @@
-@ stdcall AlphaBlend(long long long long long long long long long long
long) gdi32.GdiAlphaBlend
-@ stub DllInitialize
-@ stdcall GradientFill(long ptr long ptr long long)
gdi32.GdiGradientFill
-@ stdcall TransparentBlt(long long long long long long long long long
long long) gdi32.GdiTransparentBlt
-@ stdcall vSetDdrawflag()
+@ stdcall AlphaBlend(long long long long long long long long long long
long) gdi32.GdiAlphaBlend
+@ stub DllInitialize
+@ stdcall GradientFill(long ptr long ptr long long)
gdi32.GdiGradientFill
+@ stdcall TransparentBlt(long long long long long long long long long
long long) gdi32.GdiTransparentBlt
+@ stdcall vSetDdrawflag()
Property changes on: trunk/reactos/lib/msimg32/msimg32.spec
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/msimg32/msimg32_main.c
--- trunk/reactos/lib/msimg32/msimg32_main.c 2005-01-20 11:37:29 UTC
(rev 13162)
+++ trunk/reactos/lib/msimg32/msimg32_main.c 2005-01-20 11:41:23 UTC
(rev 13163)
@@ -1,37 +1,37 @@
-/*
- * Copyright 2002 Uwe Bonnes
- *
- * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-#include <stdarg.h>
-
-#include "windef.h"
-#include "winbase.h"
-#include "wingdi.h"
-#include "winerror.h"
-#include "wine/debug.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(msimg32);
-
-/**********************************************************************
********
- * vSetDdrawflag (MSIMG32.@)
- */
-void WINAPI vSetDdrawflag(void)
-{
- static unsigned int vDrawflag=1;
- FIXME("stub: vSetDrawFlag %u\n", vDrawflag);
- SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-}
+/*
+ * Copyright 2002 Uwe Bonnes
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+#include <stdarg.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "wingdi.h"
+#include "winerror.h"
+#include "wine/debug.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(msimg32);
+
+/**********************************************************************
********
+ * vSetDdrawflag (MSIMG32.@)
+ */
+void WINAPI vSetDdrawflag(void)
+{
+ static unsigned int vDrawflag=1;
+ FIXME("stub: vSetDrawFlag %u\n", vDrawflag);
+ SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+}
Property changes on: trunk/reactos/lib/msimg32/msimg32_main.c
___________________________________________________________________
Name: svn:eol-style
+ native
Initial import
Added: vendor/wine/dlls/msimg32/
Added: vendor/wine/dlls/msimg32/current/
Added: vendor/wine/dlls/msimg32/current/Makefile.in
Added: vendor/wine/dlls/msimg32/current/msimg32.spec
Added: vendor/wine/dlls/msimg32/current/msimg32_main.c
_____
Added: vendor/wine/dlls/msimg32/current/Makefile.in
--- vendor/wine/dlls/msimg32/current/Makefile.in 2005-01-20
11:11:14 UTC (rev 13158)
+++ vendor/wine/dlls/msimg32/current/Makefile.in 2005-01-20
11:12:32 UTC (rev 13159)
@@ -0,0 +1,12 @@
+TOPSRCDIR = @top_srcdir@
+TOPOBJDIR = ../..
+SRCDIR = @srcdir@
+VPATH = @srcdir@
+MODULE = msimg32.dll
+IMPORTS = gdi32 kernel32
+
+C_SRCS = msimg32_main.c
+
+@MAKE_DLL_RULES@
+
+### Dependencies:
_____
Added: vendor/wine/dlls/msimg32/current/msimg32.spec
--- vendor/wine/dlls/msimg32/current/msimg32.spec 2005-01-20
11:11:14 UTC (rev 13158)
+++ vendor/wine/dlls/msimg32/current/msimg32.spec 2005-01-20
11:12:32 UTC (rev 13159)
@@ -0,0 +1,5 @@
+@ stdcall AlphaBlend(long long long long long long long long long long
long) gdi32.GdiAlphaBlend
+@ stub DllInitialize
+@ stdcall GradientFill(long ptr long ptr long long)
gdi32.GdiGradientFill
+@ stdcall TransparentBlt(long long long long long long long long long
long long) gdi32.GdiTransparentBlt
+@ stdcall vSetDdrawflag()
_____
Added: vendor/wine/dlls/msimg32/current/msimg32_main.c
--- vendor/wine/dlls/msimg32/current/msimg32_main.c 2005-01-20
11:11:14 UTC (rev 13158)
+++ vendor/wine/dlls/msimg32/current/msimg32_main.c 2005-01-20
11:12:32 UTC (rev 13159)
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2002 Uwe Bonnes
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+#include <stdarg.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "wingdi.h"
+#include "winerror.h"
+#include "wine/debug.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(msimg32);
+
+/**********************************************************************
********
+ * vSetDdrawflag (MSIMG32.@)
+ */
+void WINAPI vSetDdrawflag(void)
+{
+ static unsigned int vDrawflag=1;
+ FIXME("stub: vSetDrawFlag %u\n", vDrawflag);
+ SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+}
Initial import
Added: vendor/wine/dlls/msimg32/
Added: vendor/wine/dlls/msimg32/.cvsignore
Added: vendor/wine/dlls/msimg32/CVS/
Added: vendor/wine/dlls/msimg32/CVS/Entries
Added: vendor/wine/dlls/msimg32/CVS/Repository
Added: vendor/wine/dlls/msimg32/CVS/Root
Added: vendor/wine/dlls/msimg32/CVS/Tag
Added: vendor/wine/dlls/msimg32/Makefile.in
Added: vendor/wine/dlls/msimg32/msimg32.spec
Added: vendor/wine/dlls/msimg32/msimg32_main.c
_____
Added: vendor/wine/dlls/msimg32/.cvsignore
--- vendor/wine/dlls/msimg32/.cvsignore 2005-01-20 10:04:22 UTC (rev
13156)
+++ vendor/wine/dlls/msimg32/.cvsignore 2005-01-20 11:09:42 UTC (rev
13157)
@@ -0,0 +1,3 @@
+Makefile
+msimg32.dll.dbg.c
+msimg32.spec.def
_____
Added: vendor/wine/dlls/msimg32/CVS/Entries
--- vendor/wine/dlls/msimg32/CVS/Entries 2005-01-20 10:04:22 UTC
(rev 13156)
+++ vendor/wine/dlls/msimg32/CVS/Entries 2005-01-20 11:09:42 UTC
(rev 13157)
@@ -0,0 +1,5 @@
+/.cvsignore/1.4/Wed Mar 24 03:36:48 2004//TWine-20041201
+/Makefile.in/1.8/Mon Feb 2 23:10:36 2004//TWine-20041201
+/msimg32.spec/1.10/Wed Apr 14 19:35:26 2004//TWine-20041201
+/msimg32_main.c/1.9/Wed Apr 14 19:35:26 2004//TWine-20041201
+D
_____
Added: vendor/wine/dlls/msimg32/CVS/Repository
--- vendor/wine/dlls/msimg32/CVS/Repository 2005-01-20 10:04:22 UTC
(rev 13156)
+++ vendor/wine/dlls/msimg32/CVS/Repository 2005-01-20 11:09:42 UTC
(rev 13157)
@@ -0,0 +1 @@
+wine/dlls/msimg32
_____
Added: vendor/wine/dlls/msimg32/CVS/Root
--- vendor/wine/dlls/msimg32/CVS/Root 2005-01-20 10:04:22 UTC (rev
13156)
+++ vendor/wine/dlls/msimg32/CVS/Root 2005-01-20 11:09:42 UTC (rev
13157)
@@ -0,0 +1 @@
+:pserver:cvs@cvs.winehq.com:2401/home/wine
_____
Added: vendor/wine/dlls/msimg32/CVS/Tag
--- vendor/wine/dlls/msimg32/CVS/Tag 2005-01-20 10:04:22 UTC (rev
13156)
+++ vendor/wine/dlls/msimg32/CVS/Tag 2005-01-20 11:09:42 UTC (rev
13157)
@@ -0,0 +1 @@
+NWine-20041201
_____
Added: vendor/wine/dlls/msimg32/Makefile.in
--- vendor/wine/dlls/msimg32/Makefile.in 2005-01-20 10:04:22 UTC
(rev 13156)
+++ vendor/wine/dlls/msimg32/Makefile.in 2005-01-20 11:09:42 UTC
(rev 13157)
@@ -0,0 +1,12 @@
+TOPSRCDIR = @top_srcdir@
+TOPOBJDIR = ../..
+SRCDIR = @srcdir@
+VPATH = @srcdir@
+MODULE = msimg32.dll
+IMPORTS = gdi32 kernel32
+
+C_SRCS = msimg32_main.c
+
+@MAKE_DLL_RULES@
+
+### Dependencies:
_____
Added: vendor/wine/dlls/msimg32/msimg32.spec
--- vendor/wine/dlls/msimg32/msimg32.spec 2005-01-20 10:04:22 UTC
(rev 13156)
+++ vendor/wine/dlls/msimg32/msimg32.spec 2005-01-20 11:09:42 UTC
(rev 13157)
@@ -0,0 +1,5 @@
+@ stdcall AlphaBlend(long long long long long long long long long long
long) gdi32.GdiAlphaBlend
+@ stub DllInitialize
+@ stdcall GradientFill(long ptr long ptr long long)
gdi32.GdiGradientFill
+@ stdcall TransparentBlt(long long long long long long long long long
long long) gdi32.GdiTransparentBlt
+@ stdcall vSetDdrawflag()
_____
Added: vendor/wine/dlls/msimg32/msimg32_main.c
--- vendor/wine/dlls/msimg32/msimg32_main.c 2005-01-20 10:04:22 UTC
(rev 13156)
+++ vendor/wine/dlls/msimg32/msimg32_main.c 2005-01-20 11:09:42 UTC
(rev 13157)
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2002 Uwe Bonnes
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+#include <stdarg.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "wingdi.h"
+#include "winerror.h"
+#include "wine/debug.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(msimg32);
+
+/**********************************************************************
********
+ * vSetDdrawflag (MSIMG32.@)
+ */
+void WINAPI vSetDdrawflag(void)
+{
+ static unsigned int vDrawflag=1;
+ FIXME("stub: vSetDrawFlag %u\n", vDrawflag);
+ SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+}