Ignore:
Timestamp:
Sep 3, 2000, 11:35:14 AM (25 years ago)
Author:
sandervl
Message:

more logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/dwaveout.cpp

    r3852 r4172  
    1 /* $Id: dwaveout.cpp,v 1.28 2000-07-18 18:34:41 sandervl Exp $ */
     1/* $Id: dwaveout.cpp,v 1.29 2000-09-03 09:35:14 sandervl Exp $ */
    22
    33/*
     
    581581                       (PVOID) &mciOpenParms,
    582582                       0);
    583   if (rc != 0) {
     583  if((rc & 0xFFFF) != MCIERR_SUCCESS) {
     584        mciError(rc);
    584585        return(FALSE);
    585586  }
Note: See TracChangeset for help on using the changeset viewer.