Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/compat/ndis/pe_var.h 139743 2005-01-05 22:34:37Z imp $
---
> * $FreeBSD: head/sys/compat/ndis/pe_var.h 140751 2005-01-24 18:18:12Z wpaul $
478a479,482
> #define FUNC void(*)(void)
> #define IMPORT_FUNC(x) { #x, (FUNC)x }
> #define IMPORT_FUNC_MAP(x, y) { #x, (FUNC)y }
>