Changeset 518 for trunk/src/wsock32/notify.cpp
- Timestamp:
- Aug 16, 1999, 10:18:40 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/notify.cpp
r92 r518 1 /* $Id: notify.cpp,v 1. 2 1999-06-10 16:11:08phaller Exp $ */1 /* $Id: notify.cpp,v 1.3 1999-08-16 20:18:39 phaller Exp $ */ 2 2 3 3 /* … … 5 5 * Project Odin Software License can be found in LICENSE.TXT 6 6 * 7 */8 /*9 7 * Winsock code 10 8 * … … 14 12 15 13 14 /***************************************************************************** 15 * Includes * 16 *****************************************************************************/ 17 16 18 #include <os2win.h> 17 19 //#include <wsock32.h> 18 #include "misc.h" 20 #include <misc.h> 21 #include <odinwrap.h> 22 23 24 /***************************************************************************** 25 * Structures * 26 *****************************************************************************/ 19 27 20 28 typedef unsigned int u_int; … … 37 45 38 46 47 /***************************************************************************** 48 * Macros * 49 *****************************************************************************/ 50 39 51 /* 40 52 * WSAMAKESELECTREPLY is intended for use by the Windows Sockets implementation 41 53 * when constructing the response to WSAAsyncSelect(). 42 54 */ 55 43 56 //#define OS2WSAMAKESELECTREPLY(event,error) MAKELONG(event,error) 44 57 #ifdef MAKELONG … … 48 61 #define OS2WSAMAKESELECTREPLY(event,error) MAKELONG(event,error) 49 62 63 64 65 50 66 int Notify(AsyncStatus *as, int event) 51 67 { 52 int rc;53 68 int rc; 69 54 70 #ifdef DEBUG 55 71 WriteLog("WSOCK32: Open32 Notifying %x, %x, %d\n", … … 80 96 81 97 98
Note:
See TracChangeset
for help on using the changeset viewer.