|
From: Terry T. <ter...@us...> - 2005-01-24 03:08:53
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2307/Frontier/Common/source Modified Files: langpython.c Log Message: Correct name of "winsocknetevents.h" -> "WinSockNetEvents.h" so compiles on case-sensitive filesystems work. Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** langpython.c 11 Jan 2005 22:48:07 -0000 1.5 --- langpython.c 24 Jan 2005 03:08:43 -0000 1.6 *************** *** 66,70 **** #include "shell.rsrc.h" #include "timedate.h" ! #include "winsocknetevents.h" #ifdef flcomponent #include "osacomponent.h" --- 66,70 ---- #include "shell.rsrc.h" #include "timedate.h" ! #include "WinSockNetEvents.h" #ifdef flcomponent #include "osacomponent.h" |