about summary refs log tree commit diff stats
path: root/src/os/symbolfuncs_wine.c
blob: 69533e008b97b64ed1b9dacfb498f79618da1bfc (plain) (blame)
1
2
3
4
5
6
#include "symbolfuncs.h"

int PrintFunctionAddr(uintptr_t nextaddr, const char* text)
{
    return 0;
}