mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Update annotation for beast migration
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
// Reference: http://www.mail-archive.com/licq-commits@googlegroups.com/msg02334.html
|
// Reference: http://www.mail-archive.com/licq-commits@googlegroups.com/msg02334.html
|
||||||
|
|
||||||
// VFALCO TODO use VFLIB_* platform macros instead of hard-coded compiler specific ones
|
// VFALCO TODO use BEAST_* platform macros instead of hard-coded compiler specific ones
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
extern uint64_t htobe64 (uint64_t value);
|
extern uint64_t htobe64 (uint64_t value);
|
||||||
extern uint64_t be64toh (uint64_t value);
|
extern uint64_t be64toh (uint64_t value);
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
// VFALCO TODO use VFLIB_MSVC macro instead
|
// VFALCO TODO use beast::Thread::setCurrentThreadName() or something similar.
|
||||||
|
|
||||||
#if _MSC_VER
|
#if _MSC_VER
|
||||||
|
|
||||||
void setCallingThreadName (char const* threadName)
|
void setCallingThreadName (char const* threadName)
|
||||||
|
|||||||
Reference in New Issue
Block a user