Ticket #1 (new defect)

Opened 1 year ago

Last modified 1 year ago

mswsock.d(143): Error: identifier 'HANLDE' is not defined

Reported by: sleets Assigned to: somebody
Priority: major Milestone: milestone1
Component: component1 Version: 1.0
Keywords: HANLDE Cc:

Description

win32\mswsock.d(143): Error: identifier 'HANLDE' is not defined win32\mswsock.d(143): Error: HANLDE is used as a type win32\mswsock.d(143): variable win32.mswsock.TRANSMIT_PACKETS_ELEMENT.hFile voids have no value Cannot use win32.winsock without Win32_Winsock1 defined. win32\mswsock.d(143): Error: identifier 'HANLDE' is not defined win32\mswsock.d(143): Error: HANLDE is used as a type win32\mswsock.d(143): variable win32.mswsock.TRANSMIT_PACKETS_ELEMENT.hFile voids have no value Command E:\dmd\bin\rebuild.exe returned with code 1, aborting.

Change History

08/02/07 09:03:30 changed by sleets

Index: win32/mswsock.d
===================================================================
--- win32/mswsock.d	(revision 198)
+++ win32/mswsock.d	(working copy)
@@ -140,7 +140,7 @@
 			union {
 				struct {
 					LARGE_INTEGER nFileOffset;
-					HANLDE        hFile;
+					HANDLE        hFile;
 				}
 				PVOID pBuffer;
 			}