SAMPINC.H
/*++ 
 
Copyright (c) 1995  Microsoft Corporation 
 
Module Name: 
 
    net\ip\rtrmgr\allinc.h 
 
Abstract: 
    IP Router Manager header for all includes 
 
Revision History: 
 
    Gurdeep Singh Pall          6/8/95  Created 
 
--*/ 
 
#ifndef __PCHSAMP_H__ 
#define __PCHSAMP_H__ 
 
#define _WINSOCKAPI_ 
 
#include <windef.h> 
#include <windows.h> 
#include <winnt.h> 
#include <winbase.h> 
 
#undef _WINSOCKAPI_ 
 
#include <stdio.h> 
#include <stdarg.h> 
#include <stdlib.h> 
#include <string.h> 
#include <stddef.h> 
#include <TCHAR.H> 
#include <rtutils.h> 
#include <routprot.h> 
#include <mprerror.h> 
#include <rtm.h> 
#include <winsock2.h> 
#include <ws2tcpip.h> 
 
#include "defs.h" 
#include "saminfo.h" 
#include "iprtsamp.h" 
#include "logtrdef.h" 
#include "extern.h" 
#include "samplog.h" 
#include "api.h" 
#endif // __PCHSAMP_H__