Wireshark-commits: [Wireshark-commits] master a655c9a: Nmake preprocessor string comparisons are ca

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Apr 2015 19:31:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a655c9a7f0c648b70e8b8213cfd5487b29ec69e0
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a655c9a by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Nmake preprocessor string comparisons are case-sensitive.
    
    In related news, VC/bin/amd64/vcvars64.bat calls "set Platform=X64"
    while VC/bin/x86_amd64/vcvarsx86_amd64.bat calls "set Platform=x64".
    
    Change-Id: I4bc97eee6170c11e43ed2b46b7599f5021843d6a
    Reviewed-on: https://code.wireshark.org/review/7893
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  8c31988   NAS EPS: upgrade dissector to v12.8.0
    adds  a655c9a   Nmake preprocessor string comparisons are case-sensitive.


Summary of changes:
 config.nmake |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)