You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why on God's green earth would you guys declare a variable "class" in your C source file. It makes it impossible to include in a C++ source file without a hack like this:
extern "C" {
#define class klass
#include "dns.h"
#undef class
}
Can this be fixed?
The text was updated successfully, but these errors were encountered:
Why on God's green earth would you guys declare a variable "class" in your C source file. It makes it impossible to include in a C++ source file without a hack like this:
Can this be fixed?
The text was updated successfully, but these errors were encountered: