win NT changes

This commit is contained in:
Jeff Hill
1996-08-13 23:13:35 +00:00
parent 3d1180b17f
commit cb9583a21a
2 changed files with 13 additions and 1 deletions
+9
View File
@@ -8,6 +8,9 @@
* $Id$
*
* $Log$
* Revision 1.1 1996/06/25 19:11:29 jbk
* new in EPICS base
*
*
* *Revision 1.1 1996/05/31 13:15:18 jbk
* *add new stuff
@@ -15,7 +18,13 @@
*/
#include <sys/types.h>
#ifdef WIN32
#include <winsock.h>
#else
#include <netinet/in.h>
#endif
#include "aitTypes.h"
#if defined(__i386) || defined(i386)
+4 -1
View File
@@ -29,6 +29,9 @@
*
* History
* $Log$
* Revision 1.1 1996/07/10 23:44:12 jhill
* moved here from src/cas/generic
*
* Revision 1.2 1996/06/26 21:19:01 jhill
* now matches gdd api revisions
*
@@ -223,7 +226,7 @@ inline gddAppFuncTableStatus gddAppFuncTable<PV>::read(PV &pv, gdd &value)
return S_gddAppFuncTable_badType;
}
pFunc = this->pMFuncRead[type];
if (!pFunc) {
if (pFunc==NULL) {
errPrintf (S_gddAppFuncTable_badType, __FILE__,
__LINE__, "- ukn appl type code = %u\n",
type);