Changeset 4172 for trunk/src/winmm/dwaveout.cpp
- Timestamp:
- Sep 3, 2000, 11:35:14 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/dwaveout.cpp
r3852 r4172 1 /* $Id: dwaveout.cpp,v 1.2 8 2000-07-18 18:34:41sandervl Exp $ */1 /* $Id: dwaveout.cpp,v 1.29 2000-09-03 09:35:14 sandervl Exp $ */ 2 2 3 3 /* … … 581 581 (PVOID) &mciOpenParms, 582 582 0); 583 if (rc != 0) { 583 if((rc & 0xFFFF) != MCIERR_SUCCESS) { 584 mciError(rc); 584 585 return(FALSE); 585 586 }
Note:
See TracChangeset
for help on using the changeset viewer.