Win32Main: move to win32/

This commit is contained in:
Max Kellermann
2014-01-24 16:14:05 +01:00
parent abe4c57663
commit 14c538c9c7
6 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ host_is_darwin=no
case "$host_os" in
mingw32* | windows*)
AC_CONFIG_FILES([
src/win/mpd_win32_rc.rc
src/win32/mpd_win32_rc.rc
])
AC_CHECK_TOOL(WINDRES, windres)
AM_CPPFLAGS="$AM_CPPFLAGS -DWIN32_LEAN_AND_MEAN"