13
0

Add newly introduced (MD5) sources to our MSVC project (also, add visibility stuff to the new MD5 class)

This commit is contained in:
John Emmas 2014-07-11 12:44:25 +01:00
parent af2ee58e07
commit c81604bc18
2 changed files with 11 additions and 1 deletions

View File

@ -357,6 +357,10 @@
RelativePath="..\malign.cc"
>
</File>
<File
RelativePath="..\md5.cc"
>
</File>
<File
RelativePath="..\mountpoint.cc"
>
@ -687,6 +691,10 @@
RelativePath="..\pbd\localtime_r.h"
>
</File>
<File
RelativePath="..\pbd\md5.h"
>
</File>
<File
RelativePath="..\pbd\memento_command.h"
>

View File

@ -26,7 +26,9 @@
#include <string.h>
#include <stdint.h>
class MD5
#include "pbd/libpbd_visibility.h"
class LIBPBD_API MD5
{
public:
MD5();