Changeset 1316 for trunk/include
- Timestamp:
- Oct 16, 1999, 1:03:19 PM (26 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2wrap.h
r299 r1316 1 /* $Id: os2wrap.h,v 1. 7 1999-07-13 10:39:16sandervl Exp $ */1 /* $Id: os2wrap.h,v 1.8 1999-10-16 11:03:17 sandervl Exp $ */ 2 2 #ifndef __OS2WRAP_H__ 3 3 #define __OS2WRAP_H__ … … 6 6 #include <os2sel.h> 7 7 #include <os2newapi.h> 8 9 #if (__IBMC__ > 300) 10 // VA3.6: inline is a C++ keywork, must be translated to _inline or _Inline or __inline in C code 11 #define inline _inline 12 #endif 8 13 9 14 #ifdef INCL_DOSMEMMGR -
trunk/include/win/winsock.h
r4 r1316 1 /* $Id: winsock.h,v 1. 1 1999-05-24 20:19:23 ktkExp $ */1 /* $Id: winsock.h,v 1.2 1999-10-16 11:03:19 sandervl Exp $ */ 2 2 3 3 /* WINSOCK.H--definitions to be used with the WINSOCK.DLL … … 372 372 #endif 373 373 374 u_short PASCAL FAR htons (u_short hostshort); 375 int PASCAL FAR closesocket (SOCKET s); 376 377 /* Database function prototypes */ 378 int PASCAL FAR gethostname (char FAR * name, int namelen); 379 374 380 /* Microsoft Windows Extension function prototypes */ 375 381
Note:
See TracChangeset
for help on using the changeset viewer.