Open hankyu1 opened 5 years ago
when i was using winsock, i found a conflict with oxygen-framework.h on line 140; `#ifdef OUT
Winsock2.h also uses "OUT" on lines 1064 - 1065
IN OUT LPQOS lpSQOS, IN OUT LPQOS lpGQOS,
With this error: 1...winsock2.h(1064): error C2061: syntax error: identifier 'OUT'
I'm getting this error when i try to build ecample projects:
Anyone else getting this error as well?