mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-05 20:55:47 +03:00
Use predefined resource compiler macro.
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
*/
|
||||
#define LIBSSH2_TIMESTAMP "DEV"
|
||||
|
||||
#ifndef LIBSSH2_VERSION_ONLY
|
||||
#ifndef RC_INVOKED
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -1166,6 +1166,6 @@ LIBSSH2_API int libssh2_trace_sethandler(LIBSSH2_SESSION *session,
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* LIBSSH2_VERSION_ONLY */
|
||||
#endif /* !RC_INVOKED */
|
||||
|
||||
#endif /* LIBSSH2_H */
|
||||
|
Reference in New Issue
Block a user