# HG changeset patch # User Sebastien Jodogne # Date 1423652973 -3600 # Node ID 28582ec2a68c43fe9eff67bf9c9734014eeda523 # Parent b82a3c05b66b5ba5b0de6fec328293453547fa3a fix diff -r b82a3c05b66b -r 28582ec2a68c Plugins/Include/OrthancCPlugin.h --- 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 -#endif #include