Add newly introduced (MD5) sources to our MSVC project (also, add visibility stuff to the new MD5 class)
This commit is contained in:
parent
af2ee58e07
commit
c81604bc18
@ -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"
|
||||
>
|
||||
|
@ -26,7 +26,9 @@
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
class MD5
|
||||
#include "pbd/libpbd_visibility.h"
|
||||
|
||||
class LIBPBD_API MD5
|
||||
{
|
||||
public:
|
||||
MD5();
|
||||
|
Loading…
Reference in New Issue
Block a user