Commit f8295d0c authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Win32: Get Ian's priority queue work compiling on Windows.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95569 13f79535-47bb-0310-9956-ffa450edef68
parent e6cb5af2
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -92,10 +92,18 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=.\cache_cache.c
# End Source File
# Begin Source File

SOURCE=.\cache_hash.c
# End Source File
# Begin Source File

SOURCE=.\cache_pqueue.c
# End Source File
# Begin Source File

SOURCE=.\cache_storage.c
# End Source File
# Begin Source File
@@ -112,10 +120,18 @@ SOURCE=.\mod_cache.c
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=.\cache_cache.h
# End Source File
# Begin Source File

SOURCE=.\cache_hash.h
# End Source File
# Begin Source File

SOURCE=.\cache_pqueue.h
# End Source File
# Begin Source File

SOURCE=.\mod_cache.h
# End Source File
# End Group