about summary refs log tree commit diff stats
path: root/src/os/symbolfuncs_wine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/symbolfuncs_wine.c')
-rw-r--r--src/os/symbolfuncs_wine.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/os/symbolfuncs_wine.c b/src/os/symbolfuncs_wine.c
new file mode 100644
index 00000000..69533e00
--- /dev/null
+++ b/src/os/symbolfuncs_wine.c
@@ -0,0 +1,6 @@
+#include "symbolfuncs.h"
+
+int PrintFunctionAddr(uintptr_t nextaddr, const char* text)
+{
+    return 0;
+}