mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-01-01 03:12:13 +08:00
8 lines
165 B
C++
8 lines
165 B
C++
|
|
#include "libipc/imp/detect_plat.h"
|
|
#if defined(LIBIPC_CC_GNUC)
|
|
# include "libipc/platform/gnuc/demangle.h"
|
|
#else
|
|
# include "libipc/platform/win/demangle.h"
|
|
#endif
|