Fix some Windows nits.

git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-cpp/trunk@1818949 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xsec/dsig/DSIGTransformC14n.cpp b/xsec/dsig/DSIGTransformC14n.cpp
index 9c59b92..3e36564 100644
--- a/xsec/dsig/DSIGTransformC14n.cpp
+++ b/xsec/dsig/DSIGTransformC14n.cpp
@@ -129,7 +129,6 @@
 
 void DSIGTransformC14n::load() {
 
-    const XMLCh* uri;
     DOMNamedNodeMap* atts;
     DOMNode* att;
 
diff --git a/xsec/enc/WinCAPI/WinCAPICryptoKeyRSA.cpp b/xsec/enc/WinCAPI/WinCAPICryptoKeyRSA.cpp
index b8effcb..b76cc13 100644
--- a/xsec/enc/WinCAPI/WinCAPICryptoKeyRSA.cpp
+++ b/xsec/enc/WinCAPI/WinCAPICryptoKeyRSA.cpp
@@ -525,7 +525,7 @@
                                  const XMLCh* hashURI,
                                  const XMLCh* mgfURI,
                                  unsigned char* params,
-                                 unsigned int paramslen) const {
+                                 unsigned int paramsLen) const {
 
     // Perform a decrypt
     if (m_key == NULL) {
@@ -608,7 +608,7 @@
                                  const XMLCh* hashURI,
                                  const XMLCh* mgfURI,
                                  unsigned char* params,
-                                 unsigned int paramslen) const {
+                                 unsigned int paramsLen) const {
 
     // Perform an encrypt
     if (m_key == 0) {
diff --git a/xsec/xenc/impl/XENCCipherImpl.cpp b/xsec/xenc/impl/XENCCipherImpl.cpp
index ae35c1f..22f481e 100644
--- a/xsec/xenc/impl/XENCCipherImpl.cpp
+++ b/xsec/xenc/impl/XENCCipherImpl.cpp
@@ -52,7 +52,7 @@
 #include "XENCEncryptedKeyImpl.hpp"
 #include "XENCEncryptionMethodImpl.hpp"
 #include "XENCAlgorithmHandlerDefault.hpp"
-#include "../utils/XSECAutoPtr.hpp"
+#include "../../utils/XSECAutoPtr.hpp"
 
 #include <xercesc/dom/DOMNode.hpp>
 #include <xercesc/dom/DOMElement.hpp>