View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/src/DQSDTools
In directory usw-pr-cvs1:/tmp/cvs-serv16899/src/DQSDTools
Modified Files:
Launcher.cpp MenuBuilder.cpp
Log Message:
Got rid of some warnings
Index: Launcher.cpp
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDTools/Launcher.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Launcher.cpp 21 Oct 2002 05:15:03 -0000 1.35
--- Launcher.cpp 23 Oct 2002 05:42:43 -0000 1.36
***************
*** 670,674 ****
// map from special folder name to id
BOOL bFound = FALSE;
! int nFolder;
LPCTSTR ptstrSpecialFolder = W2CT(bstrSpecialFolder);
for (int i=0; i < SpecialFoldersCount; i++) {
--- 670,674 ----
// map from special folder name to id
BOOL bFound = FALSE;
! int nFolder = 0;
LPCTSTR ptstrSpecialFolder = W2CT(bstrSpecialFolder);
for (int i=0; i < SpecialFoldersCount; i++) {
Index: MenuBuilder.cpp
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDTools/MenuBuilder.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** MenuBuilder.cpp 23 Oct 2002 01:51:25 -0000 1.19
--- MenuBuilder.cpp 23 Oct 2002 05:42:44 -0000 1.20
***************
*** 780,784 ****
}
! BOOL bResult = ::EnableMenuItem(hmenu, position, MF_BYPOSITION | MF_ENABLED);
return S_OK;
}
--- 780,784 ----
}
! ::EnableMenuItem(hmenu, position, MF_BYPOSITION | MF_ENABLED);
return S_OK;
}
***************
*** 794,798 ****
hmenu = pvParentMenu->intVal ? (HMENU)pvParentMenu->intVal :
(HMENU)m_hMain;
}
! BOOL bResult = ::EnableMenuItem(hmenu, position, MF_BYPOSITION | MF_GRAYED);
return S_OK;
}
--- 794,798 ----
hmenu = pvParentMenu->intVal ? (HMENU)pvParentMenu->intVal :
(HMENU)m_hMain;
}
! ::EnableMenuItem(hmenu, position, MF_BYPOSITION | MF_GRAYED);
return S_OK;
}
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/