Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/hostext/PluginLoader.cpp @ 130:44e6b94c2696
* patch from Tim Blechmann for gcc-4.3 compile
author | cannam |
---|---|
date | Tue, 11 Mar 2008 09:22:53 +0000 |
parents | 896a97349ac5 |
children | 761d248f0198 |
comparison
equal
deleted
inserted
replaced
129:8e11b0bbcb3c | 130:44e6b94c2696 |
---|---|
40 #include "PluginChannelAdapter.h" | 40 #include "PluginChannelAdapter.h" |
41 #include "PluginBufferingAdapter.h" | 41 #include "PluginBufferingAdapter.h" |
42 | 42 |
43 #include <fstream> | 43 #include <fstream> |
44 #include <cctype> // tolower | 44 #include <cctype> // tolower |
45 | |
46 #include <cstring> | |
45 | 47 |
46 #ifdef _WIN32 | 48 #ifdef _WIN32 |
47 | 49 |
48 #include <windows.h> | 50 #include <windows.h> |
49 #include <tchar.h> | 51 #include <tchar.h> |