Ignore:
Timestamp:
Apr 2, 2003, 1:03:33 PM (22 years ago)
Author:
sandervl
Message:

PF: Corrected HFILE definition as it is in Wine and in Win2k

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/virtual.cpp

    r9911 r9971  
    1 /* $Id: virtual.cpp,v 1.54 2003-03-06 10:44:34 sandervl Exp $ */
     1/* $Id: virtual.cpp,v 1.55 2003-04-02 11:03:32 sandervl Exp $ */
    22
    33/*
     
    4747 */
    4848HANDLE WINAPI CreateFileMappingA(
    49                 HFILE hFile,   /* [in] Handle of file to map */
     49                HANDLE hFile,   /* [in] Handle of file to map */
    5050                SECURITY_ATTRIBUTES *sa, /* [in] Optional security attributes*/
    5151                DWORD protect,   /* [in] Protection for mapping object */
     
    6767 * See CreateFileMapping32A
    6868 */
    69 HANDLE WINAPI CreateFileMappingW( HFILE hFile, LPSECURITY_ATTRIBUTES attr,
     69HANDLE WINAPI CreateFileMappingW( HANDLE hFile, LPSECURITY_ATTRIBUTES attr,
    7070                                      DWORD protect, DWORD size_high,
    7171                                      DWORD size_low, LPCWSTR name )
Note: See TracChangeset for help on using the changeset viewer.