Tagged Questions
2
votes
2answers
455 views
x64 va_list in Visual Studio 2005
I have a class non-static member function, and it has variable arguments, I'm compiling on Visual Studio 2005, with the 64-bit runtime, on 64-bit Windows.
void Class::Foo(void* ptr,...)
{
va_list ...