File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / ports / winnt / ppsapi / skelprov / skeleton-ppsapi-provider.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 10 months ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

//
// serialpps-ppsapi-provider.h
//
// For this tiny project the single header serves as a precompiled header
// as well, meaning all the bulky headers are included before or within it.
// Within, in this case.
//

#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
/* Prevent inclusion of winsock.h in windows.h */
#ifndef _WINSOCKAPI_
#define _WINSOCKAPI_  
#endif
#include <windows.h>
typedef DWORD u_int32;
#include "sys/time.h"
#include "../../include/timepps.h"

#ifndef UNUSED
#define UNUSED(item)	((void)(item))
#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>