Dominus wrote:Yes, please. Post it to the development forum, I'll move it to patches then.
OK, I have posted it here:
viewtopic.php?f=32&t=41179
Dominus wrote:Yes, please. Post it to the development forum, I'll move it to patches then.
diff -x '*.exe' -x '*.a' -x '*.o' -x '*.in' -x '*.m4' -x '*.status' -x visualc_net -x .deps -x 'Makefile*' -x 'configure*' -r dosboxsvnn/src/dos/cdrom_aspi_win32.cpp dosbox/src/dos/cdrom_aspi_win32.cpp
36,37c36,37
< #include "ddk/ntddcdrm.h" // Ioctl stuff
< #include "ddk/ntddscsi.h"
---
> #include "ntddcdrm.h" // Ioctl stuff
> #include "ntddscsi.h"
diff -x '*.exe' -x '*.a' -x '*.o' -x '*.in' -x '*.m4' -x '*.status' -x visualc_net -x .deps -x 'Makefile*' -x 'configure*' -r dosboxsvnn/src/dos/cdrom_ioctl_win32.cpp dosbox/src/dos/cdrom_ioctl_win32.cpp
33c33
< #include "ddk/ntddcdrm.h" // Ioctl stuff
---
> #include "ntddcdrm.h" // Ioctl stuff
diff -x '*.exe' -x '*.a' -x '*.o' -x '*.in' -x '*.m4' -x '*.status' -x visualc_net -x .deps -x 'Makefile*' -x 'configure*' -r dosboxsvnn/src/hardware/mixer.cpp dosbox/src/hardware/mixer.cpp
25a26
> #include <cstdlib>
diff -x '*.exe' -x '*.a' -x '*.o' -x '*.in' -x '*.m4' -x '*.status' -x visualc_net -x .deps -x 'Makefile*' -x 'configure*' -r dosboxsvnn/src/ints/int10_char.cpp dosbox/src/ints/int10_char.cpp
26a27
> #include "stdio.h"
diff -x '*.exe' -x '*.a' -x '*.o' -x '*.in' -x '*.m4' -x '*.status' -x visualc_net -x .deps -x 'Makefile*' -x 'configure*' -r dosboxsvnn/src/gui/sdlmain.cpp dosbox/src/gui/sdlmain.cpp
279a281,282
> Uint32 u[640][400];
#if (_MSC_VER >= 1800)
// ... Do VS2013 specific stuff
#endif
truth5678 wrote:Does Star Commander work with LFN disabled?
Does the LFN function work for you outside Star Commander?
While the LFN is active, can you enumerate the problem directories outside Star Commander?
What led you to the conclusion that there is a bug, were you able to find a bug in the code or is it a guess?
Users browsing this forum: No registered users and 0 guests