- Timestamp:
- Nov 19, 2000, 1:46:50 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/driver.cpp
r2812 r4629 1 /* $Id: driver.cpp,v 1. 5 2000-02-17 14:09:30 sandervl Exp $ */1 /* $Id: driver.cpp,v 1.6 2000-11-19 12:46:50 sandervl Exp $ */ 2 2 3 3 /* … … 77 77 LONG, lParam) 78 78 { 79 dprintf(("WINMM: OpenDriver not implemented.\n"));79 dprintf(("WINMM: OpenDriver %x %x %x not implemented, lpDriverName, lpSectionName")); 80 80 return 0; /* unsuccessful return */ 81 81 } … … 98 98 99 99 ODINFUNCTION3(HDRVR, OpenDriverA, 100 LP TSTR, lpDriverName,101 LP TSTR, lpSectionName,100 LPCSTR, lpDriverName, 101 LPCSTR, lpSectionName, 102 102 LONG, lParam) 103 103 { 104 dprintf(("WINMM: OpenDriverA not implemented.\n"));104 dprintf(("WINMM: OpenDriverA %s %s %x not implemented, lpDriverName, lpSectionName")); 105 105 return 0; /* unsuccessful return */ 106 106 }
Note:
See TracChangeset
for help on using the changeset viewer.