Skip to content

Commit 054867c

Browse files
committed
条件编译修改
1 parent 6ea5a46 commit 054867c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

QuantBox_Queue/RemoteQueue.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
#ifdef _REMOTE
66
#include "zmq.h"
77
#include "czmq.h"
8-
#endif
98

109
#ifdef _WIN64
1110
#else
1211
#pragma comment(lib, "../include/ZeroMQ/x86/czmq.lib")
1312
#endif
1413

14+
#endif
15+
16+
17+
1518
class DLL_PUBLIC CRemoteQueue :
1619
public CMsgQueue
1720
{

0 commit comments

Comments
 (0)