|
From: Terry T. <ter...@us...> - 2005-01-24 02:57:07
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31811/Frontier/Common/source Modified Files: cancoon.c Log Message: Correct name of "winsocknetevents.h" -> "WinSockNetEvents.h" so compiles on case-sensitive filesystems work. Index: cancoon.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/cancoon.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** cancoon.c 11 Jan 2005 22:48:04 -0000 1.5 --- cancoon.c 24 Jan 2005 02:56:57 -0000 1.6 *************** *** 65,69 **** #include "serialnumber.h" ! #include "winsocknetevents.h" /*6.2a14 AR*/ --- 65,69 ---- #include "serialnumber.h" ! #include "WinSockNetEvents.h" /*6.2a14 AR*/ |