drivers/can_copcican_win32/stdafx.cpp
author Edouard Tisserant
Fri, 20 Apr 2018 15:00:04 +0200
changeset 804 4657af9ede34
parent 629 b9274b595650
permissions -rw-r--r--
Removed legacy dead code from ex-rtdm rt-socketcan API, added shutdown() call to force recv() to unblock on CanClose()
629
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     1
// stdafx.cpp : source file that includes just the standard includes
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     2
// can_copcican_win32.pch will be the pre-compiled header
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     3
// stdafx.obj will contain the pre-compiled type information
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     4
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     5
#include "stdafx.h"
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     6
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     7
// TODO: reference any additional headers you need in STDAFX.H
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     8
// and not in this file