summaryrefslogtreecommitdiff
path: root/src/w_file_win32.c
AgeCommit message (Collapse)Author
2008-10-31- Delete the "all-in-one" project file and rename the solution file toRussell Rice
chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc Subversion-branch: /branches/raven-branch Subversion-revision: 1371
2008-10-11- Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for memory mappedRussell Rice
files, the latter prevented it from working at all Subversion-branch: /branches/raven-branch Subversion-revision: 1354
2008-08-08Use FILE_MAP_ALL_ACCESS rather than FILE_MAP_READ when mmapping filesSimon Howard
under Windows (thanks entryway) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1177
2008-05-04Fix win32 mmap driver and add to build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1138
2008-05-02Add Windows memory mapping backend.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1137