Mike Parker

Results 2 issues of Mike Parker

common.d imports `core.sys.windows.winsock2`, but the dub recipe does not require the winsock library, causing linker errors for missing `ntohl` and `ntohs`. Perhaps a `pragma(lib, "Ws2_32")` in the Windows version block...

With the package.json patch in #1, compilation fails on Windows with the following: > > src\gbaid\graphics.d(533): Error: bad type/size of operands 'test' I don't know anything about x86_64 assembly, so...