Diff
Not logged in

Differences From Artifact [e43856f896]:

To Artifact [fe7a1560b0]:


327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
327
328
329
330
331
332
333





334
335
336
337
338
339
340







-
-
-
-
-







    EAGAIN,		/* WSAEPROCLIM */
    EUSERS,		/* WSAEUSERS */
    EDQUOT,		/* WSAEDQUOT */
    ESTALE,		/* WSAESTALE */
    EREMOTE		/* WSAEREMOTE */
};

#ifdef __CYGWIN__
#   include <windows.h>
#   define DWORD unsigned int
#endif

/*
 *----------------------------------------------------------------------
 *
 * TclWinConvertError --
 *
 *	This routine converts a Win32 error into an errno value.
 *