|
From: Terry T. <ter...@us...> - 2005-01-24 04:24:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21442/Frontier/Common/source Modified Files: langwinipc.c Log Message: Correct name of "base64.h" -> "BASE64.H", "winsocknetevents.h" -> "WinSockNetEvents.h" so compiles on case-sensitive filesystems work. Forgot the "BASE64.H" fix the first time. Index: langwinipc.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langwinipc.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** langwinipc.c 24 Jan 2005 03:18:57 -0000 1.5 --- langwinipc.c 24 Jan 2005 04:24:24 -0000 1.6 *************** *** 58,62 **** #include "langtokens.h" #include "langwinipc.h" ! #include "base64.h" #include "tablestructure.h" #include "tableverbs.h" --- 58,62 ---- #include "langtokens.h" #include "langwinipc.h" ! #include "BASE64.H" #include "tablestructure.h" #include "tableverbs.h" |