2014-05-28 11:20:38 +02:00
|
|
|
/*-------------------------------------------------------------------
|
2014-05-28 16:27:53 +02:00
|
|
|
StdAfx.h
|
|
|
|
-------------------------------------------------------------------
|
2014-05-28 11:20:38 +02:00
|
|
|
|
2014-05-28 16:27:53 +02:00
|
|
|
(c) 2009 Vector Informatik GmbH. All rights reserved.
|
2014-05-28 11:20:38 +02:00
|
|
|
|
2014-05-28 16:27:53 +02:00
|
|
|
------------------------------------------------------------------- */
|
2014-05-28 11:20:38 +02:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
//
|
|
|
|
// Library includes
|
|
|
|
//
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
//
|
|
|
|
// Project specific includes
|
|
|
|
//
|
|
|
|
|
|
|
|
#include "include/IPBPacketAPI.h"
|