changeset 1313:28582ec2a68c

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Feb 2015 12:09:33 +0100
parents b82a3c05b66b
children 01be1432bda9
files Plugins/Include/OrthancCPlugin.h
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Include/OrthancCPlugin.h	Wed Feb 11 11:08:39 2015 +0100
+++ b/Plugins/Include/OrthancCPlugin.h	Wed Feb 11 12:09:33 2015 +0100
@@ -132,11 +132,10 @@
  ** Inclusion of standard libraries.
  ********************************************************************/
 
-#ifdef _MSC_VER
-#include "../../Resources/ThirdParty/VisualStudio/stdint.h"
-#else
+// For Microsoft Visual Studio, a compatibility "stdint.h" can be
+// downloaded at the following URL:
+// https://orthanc.googlecode.com/hg/Resources/ThirdParty/VisualStudio/stdint.h
 #include <stdint.h>
-#endif
 
 #include <stdlib.h>