mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
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:
parent
07ceadec8e
commit
5d7f1d7e68
5 changed files with 11 additions and 3 deletions
|
@ -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.
|
||||
|
|
2
reactos/lib/ws2_32/include/.cvsignore
Normal file
2
reactos/lib/ws2_32/include/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.o
|
||||
*.gch
|
|
@ -7,7 +7,6 @@
|
|||
#ifndef __CATALOG_H
|
||||
#define __CATALOG_H
|
||||
|
||||
#include <ws2_32.h>
|
||||
#include <wsahelp.h>
|
||||
|
||||
typedef struct _CATALOG_ENTRY {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#ifndef __HANDLE_H
|
||||
#define __HANDLE_H
|
||||
|
||||
#include <ws2_32.h>
|
||||
#include <catalog.h>
|
||||
|
||||
typedef struct _PROVIDER_HANDLE {
|
||||
|
|
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue