aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/dsound.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-10-28 11:06:04 -0700
committerChris Robinson <[email protected]>2013-10-28 11:06:04 -0700
commit034935b2e16a5886377018de973e90490102ca90 (patch)
treeed163dea3eb8fcc9ed988573cd079ba4af642b72 /Alc/backends/dsound.c
parentc1cdd3095bf2334298b6965f5e4f49510a826bd6 (diff)
Modify how VCALL is handled
Now instead of specifying the arguments as a third argument to the macro, like VCALL(object,function,(arg1, arg2)); they are specified separately after the macro, like VCALL(object,function)(arg1, arg2); Also, VCALL_NOARGS has been removed in favor of VCALL0, which behaves like above but expects an empty argument list (a separate macro is needed to work around preprocessor limitations).
Diffstat (limited to 'Alc/backends/dsound.c')
0 files changed, 0 insertions, 0 deletions