View Single Post
Old 04-13-2005, 01:42 PM  
deo
Banned
 
Join Date: Feb 2005
Posts: 46
Default

ok, got rid of them, now i got this:

Code:
/*
 * Microsoft extended APIs.
 */
int
PASCAL FAR
WSARecvEx (
    SOCKET s,
    char FAR *buf,
    int len,
    int FAR *flags
    );


c:\program files\microsoft visual studio\vc98\include\mswsock.h(68) : error C2146: syntax error : missing ';' before identifier 'FAR'
c:\program files\microsoft visual studio\vc98\include\mswsock.h(68) : fatal error C1004: unexpected end of file found

welcome to dumbass materclass :/
deo is offline