]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/log/detail/timestamp.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / log / detail / timestamp.hpp
index 9bd006136d51d0ec89e4ffbac060a2d25313e621..7c8bd84532184e0ea6c94f6a962140b4317ca2a8 100644 (file)
@@ -76,7 +76,7 @@ public:
  */
 #if defined(BOOST_WINDOWS) && !defined(__CYGWIN__)
 
-typedef uint64_t (WINAPI* get_tick_count_t)();
+typedef uint64_t (BOOST_WINAPI_WINAPI_CC* get_tick_count_t)();
 extern BOOST_LOG_API get_tick_count_t get_tick_count;
 
 inline timestamp get_timestamp()