Fixed missing extern C

This commit is contained in:
Armin Novak
2014-12-01 13:03:46 +01:00
parent 8033022d6c
commit fb482bbf98

View File

@@ -25,6 +25,10 @@
#include <winpr/windows.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _WIN32
typedef struct _TIME_ZONE_INFORMATION
@@ -91,5 +95,9 @@ WINPR_API DWORD GetDynamicTimeZoneInformationEffectiveYears(const PDYNAMIC_TIME_
#endif
#ifdef __cplusplus
}
#endif
#endif /* WINPR_TIMEZONE_H */