summaryrefslogtreecommitdiff
path: root/src/w_file_win32.c
AgeCommit message (Collapse)Author
2014-05-05Clean up file headers.Simon Howard
This change rewrites and simplifies the copyright headers at the top of all source files: * Remove "Emacs style mode select" line; this line was included in the headers for the originally released source files and appears to be to set the file type for old versions of Emacs. I'm not sure entirely why it was required but I don't think it is any more. * Remove "You should have received a copy of..." text from copyright header. This refers to the old 59 Temple Place address where the FSF headquarters used to be located and is no longer correct. Rather than change to the new address, just remove the paragraph as it is superfluous anyway. This fixes #311. * Remove ---- separator lines so that the file headers are barer and more simplified.
2009-07-13Add stdio.h include to fix MSVC build (thanks Kaiser)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1625
2009-06-07Use CreateFileW instead of OpenFile (doesn't exist on Windows CE)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1576
2009-03-12Define INVALID_SET_FILE_POINTER if it is not defined, to fix compilationSimon Howard
under MSVC6 (thanks Quasar) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1466
2008-12-03Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for mapping filesSimon Howard
(thanks to Christian Chech). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1407
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