costin      01/11/26 09:20:11

  Modified:    jk/native/common jk_global.h
  Log:
  This was duplicated in several files.
  
  Revision  Changes    Path
  1.14      +8 -1      jakarta-tomcat-connectors/jk/native/common/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_global.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jk_global.h       2001/11/21 00:09:21     1.13
  +++ jk_global.h       2001/11/26 17:20:11     1.14
  @@ -59,7 +59,7 @@
    * Description: Global definitions and include files that should exist     *
    *              anywhere                                                   *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
  - * Version:     $Revision: 1.13 $                                               *
  + * Version:     $Revision: 1.14 $                                               *
    ***************************************************************************/
   
   #ifndef JK_GLOBAL_H
  @@ -111,6 +111,13 @@
       #include <sys/time.h>
       #include <sys/ioctl.h>
   #endif
  +
  +#ifdef WIN32
  +/* define snprint to match windows version */
  +#define snprintf _snprintf
  +#endif
  +
  +
   
   #ifdef __cplusplus
   extern "C" {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to