done with wininet import Added: trunk/reactos/lib/wininet/Makefile.ros-template Added: trunk/reactos/lib/wininet/makefile Property changes on: trunk/reactos/lib/wininet/Makefile.in ___________________________________________________________________ Name: svn:eol-style + native _____
Added: trunk/reactos/lib/wininet/Makefile.ros-template --- trunk/reactos/lib/wininet/Makefile.ros-template 2005-04-19 05:00:05 UTC (rev 14693) +++ trunk/reactos/lib/wininet/Makefile.ros-template 2005-04-19 05:01:47 UTC (rev 14694) @@ -0,0 +1,21 @@
+# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $ + +TARGET_NAME = wininet + +TARGET_OBJECTS = @C_SRCS@ + +TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ + +TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a ws2_32.a + +TARGET_BASE = $(TARGET_BASE_LIB_WININET) + +TARGET_RC_SRCS = @RC_SRCS@ +TARGET_RC_BINSRC = @RC_BINSRC@ +TARGET_RC_BINARIES = @RC_BINARIES@ + +default: all + +DEP_OBJECTS = $(TARGET_OBJECTS) + +include $(TOOLS_PATH)/depend.mk Property changes on: trunk/reactos/lib/wininet/Makefile.ros-template ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/cookie.c ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/dialogs.c ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/ftp.c ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/gopher.c ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/http.c ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/internet.c ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/internet.h ___________________________________________________________________ Name: svn:eol-style + native _____
Added: trunk/reactos/lib/wininet/makefile --- trunk/reactos/lib/wininet/makefile 2005-04-19 05:00:05 UTC (rev 14693) +++ trunk/reactos/lib/wininet/makefile 2005-04-19 05:01:47 UTC (rev 14694) @@ -0,0 +1,9 @@
+# $Id: makefile 7409 2004-01-02 19:49:47Z gvg $ + +PATH_TO_TOP = ../.. + +TARGET_TYPE = winedll + +include $(PATH_TO_TOP)/rules.mak + +include $(TOOLS_PATH)/helper.mk Property changes on: trunk/reactos/lib/wininet/makefile ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/netconnection.c ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/resource.h ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/reactos/lib/wininet/rsrc.rc ___________________________________________________________________ Name: svn:eol-style + native
sedwards@svn.reactos.com wrote:
done with wininet import
I can't compile it on XP: In file included from cookie.c:40: internet.h:423: error: syntax error before "FTP_FtpPutFileW" internet.h:424: warning: data definition has no type or storage class internet.h:425: error: syntax error before "FTP_FtpSetCurrentDirectoryW" internet.h:425: warning: data definition has no type or storage class internet.h:426: error: syntax error before "FTP_FtpCreateDirectoryW" internet.h:426: warning: data definition has no type or storage class internet.h:427: error: syntax error before "HINTERNET" internet.h:429: error: syntax error before "FTP_FtpGetCurrentDirectoryW" internet.h:430: warning: data definition has no type or storage class internet.h:437: error: syntax error before "FTP_FtpGetFileW" internet.h:439: warning: data definition has no type or storage class internet.h:441: error: syntax error before "HTTP_HttpSendRequestW" internet.h:442: warning: data definition has no type or storage class internet.h:443: error: syntax error before "HINTERNET" cookie.c:258: error: conflicting types for 'InternetGetCookieW' C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/wininet.h:814: error: previous declaration of 'InternetGetCookieW' was here cookie.c:258: error: conflicting types for 'InternetGetCookieW' C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/wininet.h:814: error: previous declaration of 'InternetGetCookieW' was here cookie.c:391: error: conflicting types for 'InternetSetCookieW' C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/wininet.h:812: error: previous declaration of 'InternetSetCookieW' was here cookie.c:391: error: conflicting types for 'InternetSetCookieW' C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/wininet.h:812: error: previous declaration of 'InternetSetCookieW' was here make[1]: *** [cookie.o] Error 1 make: *** [wininet] Error 2