windows fixes
This commit is contained in:
parent
c236ff66e9
commit
3f5935a284
16
ixwebsocket/windows/IXSetThreadName_windows.cpp
Normal file
16
ixwebsocket/windows/IXSetThreadName_windows.cpp
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
/*
|
||||||
|
* IXSetThreadName_windows.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
#include "../IXSetThreadName.h"
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
void setThreadName(const std::string& name)
|
||||||
|
{
|
||||||
|
// FIXME
|
||||||
|
std::cerr << "setThreadName not implemented on Windows yet" << std::endl;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user