1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for windows specific errors

This commit is contained in:
venu@myvenu.com
2003-01-28 21:02:20 -08:00
parent 79e1fd8d0e
commit b312b97aa0
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ extern "C" {
#endif /* __cplusplus */
enum enum_vio_type { VIO_CLOSED, VIO_TYPE_TCPIP, VIO_TYPE_SOCKET,
VIO_TYPE_NAMEDPIPE, VIO_TYPE_SSL };
VIO_TYPE_NAMEDPIPE, VIO_TYPE_SSL, VIO_TYPE_SHARED_MEMORY };
#ifndef __WIN__
#define HANDLE void *