Hello,

#include <stdio.h>

int main(void)
{
    enum BOOL {foo, bar};
    enum BOOL bFlag;
    return 0;
}

When I compile this and run it AntiVir claims it's the TR/Eplx.IMG-WMF.bfg trojan. Isn't that weird?

Must be something else. What compiler/os are you using?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.