mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-26 06:43:04 +01:00
15 lines
232 B
C
15 lines
232 B
C
#ifndef REMOTE_WINDOW_PROTO_H
|
|
#define REMOTE_WINDOW_PROTO_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern int WINDOW_main (HINSTANCE, int, USHORT);
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif
|
|
|
|
#endif /* REMOTE_WINDOW_PROTO_H */
|