Ignore:
Timestamp:
Nov 10, 1999, 5:39:46 PM (26 years ago)
Author:
phaller
Message:

Fix: SetLastError/GetLastError behaviour changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/wsock32const.h

    r1451 r1691  
    1 /* $Id: wsock32const.h,v 1.3 1999-10-25 23:17:20 phaller Exp $ */
     1/* $Id: wsock32const.h,v 1.4 1999-11-10 16:36:16 phaller Exp $ */
    22
    33/* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
     
    1515#ifndef _WINSOCK32CONST_
    1616#define _WINSOCK32CONST_
     17
     18
     19/* Microsoft Windows Extension function prototypes */
     20void   WIN32API     WSASetLastError(int iError);
     21int    WIN32API     WSAGetLastError(void);
     22
    1723
    1824/*
Note: See TracChangeset for help on using the changeset viewer.