Commit 4022b287f8b096edeea9b461b4a0e5eb3e7ebebf

Nick Mathewson 2010-08-13T11:34:39

Change include order in Makefile.nmake If there is an event-config.h in include/event2 (either because we screwed up packaging like in 2.0.6-rc or because we previously tried building with mingw and we didn't make distclean in the middle), we want MSVC to find the one one in WIN32-Code/include/event2 first. Found by Gilad Benjamini.