mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Fixed warnings in VC71.
This commit is contained in:
parent
e58383c150
commit
8e920d1ba8
@ -61,7 +61,7 @@ typedef unsigned char MBCHAR; /* Multibyte Char */
|
||||
|
||||
namespace Jrd {
|
||||
class vec;
|
||||
class thread_db;
|
||||
struct thread_db;
|
||||
class TextType;
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user