diff options
Diffstat (limited to 'ext/mysql/libmysql/violite.h')
| -rw-r--r-- | ext/mysql/libmysql/violite.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mysql/libmysql/violite.h b/ext/mysql/libmysql/violite.h index 476e0ea16f..e7fa193673 100644 --- a/ext/mysql/libmysql/violite.h +++ b/ext/mysql/libmysql/violite.h @@ -1,5 +1,5 @@ -/* Copyright Abandoned 2000 Monty Program KB -   This file is public domain and comes with NO WARRANTY of any kind */ +/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB  +This file is public domain and comes with NO WARRANTY of any kind */  /*   * Vio Lite. @@ -33,7 +33,7 @@ enum enum_vio_type { VIO_CLOSED, VIO_TYPE_TCPIP, VIO_TYPE_SOCKET,  Vio*		vio_new(my_socket	sd,  			enum enum_vio_type type,  			my_bool		localhost); -#ifdef __WIN32__ +#ifdef __WIN__  Vio*		vio_new_win32pipe(HANDLE hPipe);  #endif  void		vio_delete(Vio* vio);  | 
