浏览代码

dummy file needed for hack to build with ASIO lib on PC

richarddobson 3 年之前
父节点
当前提交
52137d117d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      dev/externals/paprogs/listaudevs/cmakedummy.cpp

+ 5 - 0
dev/externals/paprogs/listaudevs/cmakedummy.cpp

@@ -0,0 +1,5 @@
+/* crude hack source file to get MinGW to link cpp libraries (for ASIO support) */
+int dummy(void)
+{
+	return 0;
+}