Commit b7b29df9c29a2c18e91173ec1c3447b88f771e89

Joey Arhar 2022-03-29T16:07:51

Add windows includes to xmlIO.c xmlIO.c calls read() and getcwd() which need io.h and direct.h respectively when compiling on windows. Otherwise, a compiler error may be raised saying that read() and getcwd() were used implicitly. This was regressed recently, I'm guessing it was due to the changes to win32config.h in commit 84085a26