glut32.dll in multiple locations

could any problems arise if one had the “glut32.dll” in both there /WINDOWS and /WINDOWS/SYSTEM directories. on my computer i have the “opengl32.dll” “glu32.dll” and “glut32.dll” dll’s in /WINDOWS/SYSTEM along with the “glut32.dll” in /WINDOWS.
thanx for any help,chris

It shouldn’t be a problem if they are both the same version (otherwise it’s just confusing, but not fatal). In any case, you don’t need them both. The one that’s in the directory that is first in the program search path will be selected.