Ignore:
Timestamp:
Jun 10, 1999, 6:11:08 PM (26 years ago)
Author:
phaller
Message:

Add: added cvs variable $Id$ to source files.

File:
1 edited

Legend:

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

    r46 r92  
    1 /* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
     1/* $Id: wsock32.h,v 1.3 1999-06-10 16:11:08 phaller Exp $ */
     2
     3/* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
    24 * Unused/unneeded Microsoft declarations removed.
    35 *
     
    7678
    7779
    78  
     80
    7981typedef struct AsyncStatus {
    8082    HWND hwnd;     // owner's hwindow
     
    8890    struct AsyncStatus *Prev; // pointer to previous AsyncStatus in the list
    8991} AsyncStatus;
    90  
     92
    9193
    9294
Note: See TracChangeset for help on using the changeset viewer.