8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 16:03:02 +01:00

Fixed warnings in VC71.

This commit is contained in:
dimitr 2004-03-21 09:32:52 +00:00
parent e58383c150
commit 8e920d1ba8
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ typedef unsigned char MBCHAR; /* Multibyte Char */
namespace Jrd {
class vec;
class thread_db;
struct thread_db;
class TextType;
}

View File

@ -25,7 +25,7 @@
#define JRD_SDL_PROTO_H
namespace Jrd {
class internal_array_desc;
struct internal_array_desc;
}
UCHAR* SDL_clone_sdl(const UCHAR*, size_t, UCHAR*, size_t);