Changeset 4977 for trunk/src


Ignore:
Timestamp:
Jan 20, 2001, 12:04:26 AM (25 years ago)
Author:
sandervl
Message:

PD: init bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wnaspi32/aspilib.cpp

    r4801 r4977  
    1 /* $Id: aspilib.cpp,v 1.6 2000-12-16 15:42:41 sandervl Exp $ */
     1/* $Id: aspilib.cpp,v 1.7 2001-01-19 23:04:26 sandervl Exp $ */
    22/*
    33 *  ASPI Router Library
     
    209209
    210210   rc = DosCreateMutexSem(WNASPI32_MUTEX_NAME, (HMTX*)&hmtxDriver,
    211                           0, TRUE);
     211                          0, FALSE);
    212212   if(rc == ERROR_DUPLICATE_NAME) {
    213213        rc = DosOpenMutexSem(WNASPI32_MUTEX_NAME, (HMTX*)&hmtxDriver);
Note: See TracChangeset for help on using the changeset viewer.