|
From: Terry T. <ter...@us...> - 2005-01-24 03:06:40
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1570/Frontier/Common/source Modified Files: langhtml.c Log Message: Correct name of "winsocknetevents.h" -> "WinSockNetEvents.h" so compiles on case-sensitive filesystems work. Index: langhtml.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langhtml.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** langhtml.c 12 Jan 2005 23:01:06 -0000 1.5 --- langhtml.c 24 Jan 2005 03:06:30 -0000 1.6 *************** *** 60,64 **** #include "shell.rsrc.h" #include "timedate.h" ! #include "winsocknetevents.h" #ifdef flcomponent #include "osacomponent.h" --- 60,64 ---- #include "shell.rsrc.h" #include "timedate.h" ! #include "WinSockNetEvents.h" #ifdef flcomponent #include "osacomponent.h" |