diff --git a/_device_threads_8h_source.html b/_device_threads_8h_source.html
index 70d65c2..72cc231 100644
--- a/_device_threads_8h_source.html
+++ b/_device_threads_8h_source.html
@@ -68,7 +68,7 @@
-
+
24 #define WIN32_LEAN_AND_MEAN
diff --git a/_image_metadata_8h_source.html b/_image_metadata_8h_source.html
index f4aab10..4de5b64 100644
--- a/_image_metadata_8h_source.html
+++ b/_image_metadata_8h_source.html
@@ -70,9 +70,9 @@
-
-
- 27 #pragma warning( disable : 4290 )
+
+
+ 27 #pragma warning(disable: 4290)
30 #include "MMDeviceConstants.h"
@@ -504,7 +504,7 @@
473 if (it->second->ToArrayTag())
475 std::string ser = it->second->Serialize();
- 476 os <<
id <<
" : " << ser << std::endl;
+ 476 os <<
id <<
" : " << ser <<
'\n';
@@ -524,6 +524,10 @@
493 typedef std::map<std::string, MetadataTag*>::iterator TagIter;
494 typedef std::map<std::string, MetadataTag*>::const_iterator TagConstIter;
+
+
+
+
diff --git a/_m_m_device_8h_source.html b/_m_m_device_8h_source.html
index a59833c..15dde44 100644
--- a/_m_m_device_8h_source.html
+++ b/_m_m_device_8h_source.html
@@ -111,7 +111,7 @@
65 # define MM_DEPRECATED(prototype) prototype
-
+
69 #define WIN32_LEAN_AND_MEAN
diff --git a/_module_interface_8h_source.html b/_module_interface_8h_source.html
index 62d530d..6abefc3 100644
--- a/_module_interface_8h_source.html
+++ b/_module_interface_8h_source.html
@@ -77,7 +77,7 @@
-
+
34 #define MODULE_API __declspec(dllexport)