* include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
	character.
	* include/winsock2.h (struct sockaddr): Use __int64 instead of
	long long.
	* include/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
	does not need external library functions.
This commit is contained in:
Danny Smith
2002-07-21 00:17:41 +00:00
parent 5ec1dcc5bf
commit 9e35380b5a
4 changed files with 12 additions and 3 deletions

View File

@@ -333,7 +333,7 @@ struct sockaddr {
struct sockaddr_storage {
short ss_family;
char __ss_pad1[6]; /* pad to 8 */
long long __ss_align; /* force alignment */
__int64 __ss_align; /* force alignment */
char __ss_pad2[112]; /* pad to 128 */
};