The problem was that I was building with 1-byte alignment. I needed to do this:
#pragma pack(push, 8)
#include <httpext.h>
#pragma pack(pop)
HBFan
2009-05-11 16:23:10
The problem was that I was building with 1-byte alignment. I needed to do this:
#pragma pack(push, 8)
#include <httpext.h>
#pragma pack(pop)