2015-09-14 23:10 GMT+02:00 Eliot Miranda <eliot.miranda@gmail.com>:��Thanks Nicolai, that's great!�� I'll merge in your changes.�� Which files do I need to look at?I changed (removed my code, added Marcels)
platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c
platforms/win32/vm/sqWin32.h
platforms/win32/vm/sqWin32Directory.c
I added (should be the same as in squeak vm repository)
platforms/win32/plugins/FilePlugin/sqWin32FilePrims.cBut my changes only about that code that already is in squeaks repository.If we want to merge some of the pharo-vm code into squeaks branch, wefirst need to wrap that code with some #ifdefs
(For the win32 file/directory stuff, this would be code in
platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c
platforms/win32/vm/sqWin32.h
platforms/win32/vm/sqWin32Directory.candplatforms/Cross/plugins/FilePlugin/FilePlugin.h)Maybe Estaban should look at this, and tell which path he would follow�� tomerge those changes.