Andrew Talbot : mmsystem.dll: De-constify a variable.

Alexandre Julliard julliard at winehq.org
Mon Dec 3 13:33:56 CST 2012


Module: wine
Branch: master
Commit: 21af37226d020589f6ed799d8142570196bbf984
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=21af37226d020589f6ed799d8142570196bbf984

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Dec  1 22:12:27 2012 +0000

mmsystem.dll: De-constify a variable.

---

 dlls/mmsystem.dll16/driver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mmsystem.dll16/driver.c b/dlls/mmsystem.dll16/driver.c
index b18cdcb..d35af7d 100644
--- a/dlls/mmsystem.dll16/driver.c
+++ b/dlls/mmsystem.dll16/driver.c
@@ -203,7 +203,7 @@ static	BOOL	DRIVER_AddToList(LPWINE_DRIVER lpNewDrv, LPARAM lParam1, LPARAM lPar
  *
  * Tries to load a 16 bit driver whose DLL's (module) name is lpFileName.
  */
-static	LPWINE_DRIVER	DRIVER_TryOpenDriver16(LPCSTR lpFileName, LPARAM lParam2)
+static	LPWINE_DRIVER	DRIVER_TryOpenDriver16(LPSTR lpFileName, LPARAM lParam2)
 {
     static	WORD	DRIVER_hDrvr16Counter /* = 0 */;
     LPWINE_DRIVER 	lpDrv = NULL;




More information about the wine-cvs mailing list