Browse Source

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

richarddobson 3 years ago
parent
commit
52137d117d
1 changed files with 5 additions and 0 deletions
  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;
+}