Changeset 4629 for trunk/src


Ignore:
Timestamp:
Nov 19, 2000, 1:46:50 PM (25 years ago)
Author:
sandervl
Message:

compile fix

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 $ */
    22
    33/*
     
    7777              LONG, lParam)
    7878{
    79   dprintf(("WINMM: OpenDriver not implemented.\n"));
     79  dprintf(("WINMM: OpenDriver %x %x %x not implemented, lpDriverName, lpSectionName"));
    8080  return 0; /* unsuccessful return */
    8181}
     
    9898
    9999ODINFUNCTION3(HDRVR, OpenDriverA,
    100               LPTSTR, lpDriverName,
    101               LPTSTR, lpSectionName,
     100              LPCSTR, lpDriverName,
     101              LPCSTR, lpSectionName,
    102102              LONG, lParam)
    103103{
    104   dprintf(("WINMM: OpenDriverA not implemented.\n"));
     104  dprintf(("WINMM: OpenDriverA %s %s %x not implemented, lpDriverName, lpSectionName"));
    105105  return 0; /* unsuccessful return */
    106106}
Note: See TracChangeset for help on using the changeset viewer.