X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Feventl.c;h=c4b8b3e2f52fd2dc9a0820c676c37acae3037dab;hp=f626799c2e0269ae256af796475d896f3a8a81f8;hb=26fdcc5e41254131ef755b14243c19d202b14d8e;hpb=eed3de307e48d66d45104148a1138e0a101cf3a1 diff --git a/server/eventl.c b/server/eventl.c index f626799..c4b8b3e 100644 --- a/server/eventl.c +++ b/server/eventl.c @@ -1,10 +1,14 @@ /* - * Copyright (c) 1995-1998, Index Data + * Copyright (c) 1995-1999, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: eventl.c,v $ - * Revision 1.26 1998-02-11 11:53:35 adam + * Revision 1.27 1999-02-02 13:57:34 adam + * Uses preprocessor define WIN32 instead of WINDOWS to build code + * for Microsoft WIN32. + * + * Revision 1.26 1998/02/11 11:53:35 adam * Changed code so that it compiles as C++. * * Revision 1.25 1998/01/29 13:30:23 adam @@ -90,7 +94,7 @@ #include #include #include -#ifdef WINDOWS +#ifdef WIN32 #include #else #include