2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>

* lib/ws2_32/include/.cvsignore: New file.
	* lib/ws2_32/makefile (TARGET_PCH): Set to include/ws2_32.h.
	* lib/ws2_32/include/[catalog.h, handle.h]: Don't include ws2_32.h.

svn path=/trunk/; revision=10558
This commit is contained in:
Casper Hornstrup 2004-08-15 18:53:07 +00:00
parent 07ceadec8e
commit 5d7f1d7e68
5 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/ws2_32/include/.cvsignore: New file.
* lib/ws2_32/makefile (TARGET_PCH): Set to include/ws2_32.h.
* lib/ws2_32/include/[catalog.h, handle.h]: Don't include ws2_32.h.
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/gdi32/include/.cvsignore: New file.

View file

@ -0,0 +1,2 @@
*.o
*.gch

View file

@ -7,7 +7,6 @@
#ifndef __CATALOG_H
#define __CATALOG_H
#include <ws2_32.h>
#include <wsahelp.h>
typedef struct _CATALOG_ENTRY {

View file

@ -7,7 +7,6 @@
#ifndef __HANDLE_H
#define __HANDLE_H
#include <ws2_32.h>
#include <catalog.h>
typedef struct _PROVIDER_HANDLE {

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.15 2004/06/09 18:11:39 arty Exp $
# $Id: makefile,v 1.16 2004/08/15 18:53:07 chorns Exp $
PATH_TO_TOP = ../..
@ -6,6 +6,8 @@ TARGET_TYPE = dynlink
TARGET_NAME = ws2_32
TARGET_PCH = include/ws2_32.h
TARGET_BASE = $(TARGET_BASE_LIB_W2_32)
TARGET_CFLAGS = \