-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
I'm having an issue when compiling a program that uses qhttpengine on Windows.
The use of DELETE at
qhttpengine/src/include/qhttpengine/socket.h
Line 134 in 43f55df
| DELETE = 1 << 5, |
DELETE macro that in defined in winnt.h. This is causing the compile to fail with a syntax error.
My current workaround for this is to rename the DELETE in socket.h to something else but this obviously isn't a good solution to the problem.
Thanks for your help and for your software!
Metadata
Metadata
Assignees
Labels
No labels