mirror of
https://github.com/libevent/libevent.git
synced 2025-01-20 05:02:55 +08:00
60433a0a1a
Though the C standards allow it, it's apparently possible to get MSVC upset by saying "struct { int field; } (declarator);" instead of "struct {int field; } declarator;", so let's just not do that. Bugfix for 3044492 (commit msg by nickm)