Skip to content

Commit de09fa3

Browse files
committed
This should fix bug CORE-5516 : Firebird service crashes when stopping
1 parent c9dd0f0 commit de09fa3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/remote/os/win32/wnet_proto.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,10 @@
2626

2727
#include "../common/classes/fb_string.h"
2828

29-
#ifdef __cplusplus
30-
extern "C" {
31-
#endif
32-
33-
3429
rem_port* WNET_analyze(ClntAuthBlock*, const Firebird::PathName&, const TEXT*, bool,
3530
Firebird::RefPtr<const Config>*, const Firebird::PathName*);
3631
rem_port* WNET_connect(const TEXT*, struct packet*, USHORT, Firebird::RefPtr<const Config>*);
3732
rem_port* WNET_reconnect(HANDLE);
3833

3934

40-
#ifdef __cplusplus
41-
} /* extern "C" */
42-
#endif
43-
44-
4535
#endif // REMOTE_WNET_PROTO_H

0 commit comments

Comments
 (0)