From: Leon W. <moo...@us...> - 2004-12-06 09:20:57
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25364 Modified Files: FileSpec.cpp Log Message: Fix: afximpl.h include file location for VS.NET. Index: FileSpec.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/FileSpec.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FileSpec.cpp 4 Oct 2004 21:39:04 -0000 1.2 --- FileSpec.cpp 6 Dec 2004 09:20:48 -0000 1.3 *************** *** 31,35 **** #include "Filespec.h" ! #include <..\src\afximpl.h> struct share_info_50 { char shi50_netname[LM20_NNLEN+1]; /* share name */ --- 31,41 ---- #include "Filespec.h" ! // for AfxComparePath ! #if _MSC_VER > 1200 ! #include <../src/mfc/afximpl.h> ! #else ! #include <../src/afximpl.h> ! #endif ! struct share_info_50 { char shi50_netname[LM20_NNLEN+1]; /* share name */ |