* include/ipifcons.h: Cleanup.

* include/ipxconst.h: Fix header guard.
	* include/ipxrtdef.h: include <ipxconst.h>.
This commit is contained in:
Dimitri Papadopoulos
2006-05-12 05:59:41 +00:00
parent 2d82d0b488
commit 239ed4afff
5 changed files with 340 additions and 285 deletions

View File

@@ -1,3 +1,12 @@
/*
ipifcons.h - Routing and Remote Access Services
This file is part of a free library for the Win32 API.
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.
*/
#ifndef _IPIFCONS_H
#define _IPIFCONS_H
#if __GNUC__ >=3