Changeset 1430 for trunk/include


Ignore:
Timestamp:
Oct 25, 1999, 12:48:42 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/vmutex.h

    r731 r1430  
    1 /* $Id: vmutex.h,v 1.3 1999-08-28 19:34:26 sandervl Exp $ */
     1/* $Id: vmutex.h,v 1.4 1999-10-24 22:48:17 sandervl Exp $ */
    22
    33/*
     
    1212#define VMUTEX_WAIT_FOREVER     -1
    1313
     14#define VMUTEX_NONSHARED         0
     15#define VMUTEX_SHARED            1
     16
    1417#ifdef _OS2WIN_H
    1518#define HMTX DWORD
     
    1922{
    2023public:
    21         VMutex (int fShared = FALSE);
     24        VMutex (int fShared = VMUTEX_NONSHARED);
    2225       ~VMutex();
    2326
  • trunk/include/win/virtual.h

    r685 r1430  
    1 /* $Id: virtual.h,v 1.2 1999-08-25 12:29:26 sandervl Exp $ */
     1/* $Id: virtual.h,v 1.3 1999-10-24 22:48:42 sandervl Exp $ */
    22
    33/*
     
    1313HANDLE WINAPI VIRTUAL_MapFileW( LPCWSTR name , LPVOID *lpMapping);
    1414
     15LPVOID VirtualAllocShared(DWORD  cbSize, DWORD  fdwAllocationType,
     16                          DWORD  fdwProtect, LPSTR name);
     17
    1518#ifndef _OS2WIN_H
    1619void WINAPI CloseHandle(HANDLE hHandle);
Note: See TracChangeset for help on using the changeset viewer.