Hans Leidekker : msi: Compare strings without depending on thread locale.

Alexandre Julliard julliard at winehq.org
Tue Oct 19 13:03:46 CDT 2010


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Oct 19 11:27:44 2010 +0200

msi: Compare strings without depending on thread locale.

---

 dlls/msi/action.c        |   54 ++++++++-----
 dlls/msi/appsearch.c     |    8 +-
 dlls/msi/classes.c       |   12 ++--
 dlls/msi/cond.y          |   54 ++++++++------
 dlls/msi/create.c        |    3 +-
 dlls/msi/custom.c        |    2 +-
 dlls/msi/database.c      |   14 ++--
 dlls/msi/dialog.c        |   38 +++++-----
 dlls/msi/events.c        |   37 ++++-----
 dlls/msi/files.c         |    2 +-
 dlls/msi/helpers.c       |   20 +++---
 dlls/msi/insert.c        |    5 +-
 dlls/msi/install.c       |    4 +-
 dlls/msi/media.c         |    6 +-
 dlls/msi/msi.c           |  138 +++++++++++++++++-----------------
 dlls/msi/msipriv.h       |    2 +
 dlls/msi/msiquery.c      |    4 +-
 dlls/msi/package.c       |    2 +-
 dlls/msi/record.c        |    3 +-
 dlls/msi/registry.c      |    2 +-
 dlls/msi/source.c        |   26 +++---
 dlls/msi/sql.y           |    2 +-
 dlls/msi/string.c        |    4 +-
 dlls/msi/table.c         |   72 +++++++++---------
 dlls/msi/tests/db.c      |  185 ++++++++++++++++++++++++++++++++++++++++++++++
 dlls/msi/tests/package.c |   20 +++++
 dlls/msi/where.c         |    3 +-
 27 files changed, 474 insertions(+), 248 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=eaa57c5b7bdcc0fb5a2004a7e388ac5a1ed03ead



More information about the wine-cvs mailing list