Changeset 120 for trunk/src/wsock32
- Timestamp:
- Jun 19, 1999, 12:54:48 PM (26 years ago)
- Location:
- trunk/src/wsock32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/initterm.cpp
r92 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:11:08 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/wsock32/wsock32.cpp
r92 r120 1 /* $Id: wsock32.cpp,v 1. 2 1999-06-10 16:11:08 phallerExp $ */1 /* $Id: wsock32.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 #endif 33 33 34 #include <os2 .h>34 #include <os2wrap.h> //Odin32 OS/2 api wrappers 35 35 #include <stdio.h> 36 36 #include <stdlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.