* include/wsahelp.h: Remove ';' after closing
#ifdef __cplusplus brace. * include/ws2spi.h: Likewise.
This commit is contained in:
parent
dffcc5d324
commit
f06b65e352
|
@ -1,3 +1,9 @@
|
|||
2003-02-22 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/wsahelp.h: Remove ';' after closing
|
||||
#ifdef __cplusplus brace.
|
||||
* include/ws2spi.h: Likewise.
|
||||
|
||||
2003-02-22 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (MEMORYSTATUSEX): Add structure.
|
||||
|
|
|
@ -194,7 +194,7 @@ INT WSPAPI WSCWriteProviderOrder(LPDWORD,DWORD);
|
|||
#endif /* RC_INVOKED */
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* _WS2SPI_H */
|
||||
|
|
|
@ -86,7 +86,7 @@ typedef INT (WINAPI *PWSH_STRING_TO_ADDRESS)(LPWSTR,DWORD,LPWSAPROTOCOL_INFOW,LP
|
|||
#endif /* RC_INVOKED */
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* _WSAHELP_H */
|
||||
|
|
Loading…
Reference in New Issue