1
0
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:
Guenter Knauf
2011-09-10 16:53:47 +02:00
parent 46792a9fca
commit 0f9e81c6f3
3 changed files with 4 additions and 4 deletions

View File

@@ -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 */