Thank you, Vincent Vermeulen, for the link

Everything was going great until I got to the part where the instructions say to copy the asio.h file my source folder, make and then sudo make install.
I copied the asio.h file to my wineasio folder located in my home directory, but when upon entering make I receive this error.
~/wineasio $ make
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -m32 -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o asio.o asio.c
asio.c:39:24: fatal error: wine/debug.h: No such file or directory
compilation terminated.
make: *** [asio.o] Error 1
Am I doing something wrong?
....btw, yes you should be the one asking me questions

I should have learned this a long time ago!
thanx again for your help!