#define TOOLS_VERSION_NEXT_V_MNR 0
#define TOOLS_VERSION_NEXT_V_BASE 0
-#ifndef RC_INVOKED
-#define TOOLS_VERSION_PLIERS_PATCH1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_PLIERS_PATCH1_V)
-#endif /* RC_INVOKED */
-#define TOOLS_VERSION_PLIERS_PATCH1_V_MJR 12
-#define TOOLS_VERSION_PLIERS_PATCH1_V_MNR 5
-#define TOOLS_VERSION_PLIERS_PATCH1_V_BASE 1
-
-
-#ifndef RC_INVOKED
-#define TOOLS_VERSION_PLIERS_PATCH2 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_PLIERS_PATCH2_V)
-#endif /* RC_INVOKED */
-#define TOOLS_VERSION_PLIERS_PATCH2_V_MJR 12
-#define TOOLS_VERSION_PLIERS_PATCH2_V_MNR 5
-#define TOOLS_VERSION_PLIERS_PATCH2_V_BASE 2
-
-#define TOOLS_VERSION_CURRENT TOOLS_VERSION_PLIERS_PATCH2
-#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_PLIERS_PATCH2)
-#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_PLIERS_PATCH2)
+#define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT
+#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_NEXT)
+#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_NEXT)
/*
* The extended Tools version is the current Tools version with the
cmdline.blockfd = "Descriptor del archivo para el sistema de archivos de bloqueo de VMware."
-cmdline.blockfd.fd = "fd"
+cmdline.blockfd.fd = "descriptor del archivo"
cmdline.commonpath = "Ruta al directorio de complementos frecuentes."
#include <libxml/catalog.h>
#include <libxml/xmlschemas.h>
-// PR 3416639, xmlFile* APIs were deprecated in libxml2 2.13.0
-// Ignore the deprecated warnings after updating libxml2 to 2.13.3
-// ToDo: Define the deprecated APIs locally and remove the
-// XML_IGNORE_DEPRECATION_WARNINGS
-#ifdef _WIN32
-#define XML_IGNORE_DEPRECATION_WARNINGS \
- __pragma(warning(push)) \
- __pragma(warning(disable : 4996))
-#define XML_POP_WARNINGS __pragma(warning(pop))
-#else
-#define XML_IGNORE_DEPRECATION_WARNINGS \
- _Pragma("GCC diagnostic push") \
- _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"")
-#define XML_POP_WARNINGS _Pragma("GCC diagnostic pop")
-#endif
-
#include <xmlsec/xmlsec.h>
#include <xmlsec/xmltree.h>
#include <xmlsec/xmldsig.h>