Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/ndis.h')
-rw-r--r--winsup/w32api/include/ddk/ndis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/ddk/ndis.h b/winsup/w32api/include/ddk/ndis.h
index 5a10a9224..9e02dab4b 100644
--- a/winsup/w32api/include/ddk/ndis.h
+++ b/winsup/w32api/include/ddk/ndis.h
@@ -3989,7 +3989,7 @@ typedef struct _NDIS_BIND_PATHS {
typedef struct _##BaseName BaseName, *P##BaseName;
#define DECLARE_UNKNOWN_PROTOTYPE(Name) \
- typedef VOID (*##Name)(VOID);
+ typedef VOID (*(Name))(VOID);
#define ETH_LENGTH_OF_ADDRESS 6