Changeset 92 for trunk/src/wsock32/wsock32.h
- Timestamp:
- Jun 10, 1999, 6:11:08 PM (26 years ago)
- 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. 2 4 * Unused/unneeded Microsoft declarations removed. 3 5 * … … 76 78 77 79 78 80 79 81 typedef struct AsyncStatus { 80 82 HWND hwnd; // owner's hwindow … … 88 90 struct AsyncStatus *Prev; // pointer to previous AsyncStatus in the list 89 91 } AsyncStatus; 90 92 91 93 92 94
Note:
See TracChangeset
for help on using the changeset viewer.