[cpp-sp] 01/03: Convert for UTF-16 to ANSI

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 6 11:27:01 EDT 2017


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=a8455c72f0631b8c0600eaceafdb4caab08e43f6

commit a8455c72f0631b8c0600eaceafdb4caab08e43f6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 6 09:55:16 2017 +0100

    Convert for UTF-16 to ANSI
    
    Yet again Visual studio creates files in UTF-16, like you do.
    At the same time add explicit version to the output DLL (so
    upgrading in the installer will do the right thing).
---
 iis7_shib/iis7_shib.rc | Bin 2668 -> 2352 bytes
 iis7_shib/resource.h   |  35 +++++++++++++++--------------------
 2 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/iis7_shib/iis7_shib.rc b/iis7_shib/iis7_shib.rc
index 4108ad9..c801718 100644
Binary files a/iis7_shib/iis7_shib.rc and b/iis7_shib/iis7_shib.rc differ
diff --git a/iis7_shib/resource.h b/iis7_shib/resource.h
index 7950a85..bb32baa 100644
--- a/iis7_shib/resource.h
+++ b/iis7_shib/resource.h
@@ -1,20 +1,15 @@
-#pragma once
-/**
-* Licensed to the University Corporation for Advanced Internet
-* Development, Inc. (UCAID) under one or more contributor license
-* agreements. See the NOTICE file distributed with this work for
-* additional information regarding copyright ownership.
-*
-* UCAID licenses this file to you under the Apache License,
-* Version 2.0 (the "License"); you may not use this file except
-* in compliance with the License. You may obtain a copy of the
-* License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing,
-* software distributed under the License is distributed on an
-* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
-* either express or implied. See the License for the specific
-* language governing permissions and limitations under the License.
-*/
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by iis7_shib.rc
+//
+
+// Next default values for new objects
+// 
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE        101
+#define _APS_NEXT_COMMAND_VALUE         40001
+#define _APS_NEXT_CONTROL_VALUE         1000
+#define _APS_NEXT_SYMED_VALUE           101
+#endif
+#endif

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list