diff options
| author | npmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56> | 2010-02-15 16:24:27 +0000 |
|---|---|---|
| committer | npmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56> | 2010-02-15 16:24:27 +0000 |
| commit | f7bcfb80ebe9114baec58dfdba3d3975497975f4 (patch) | |
| tree | 4352d59f7db3baacad7086093cc170ede12f1c84 /libmodman/module_manager.cpp | |
| parent | 588542c1d39b9ba588d7d2f20d2e19048fc50bc8 (diff) | |
| download | libproxy-f7bcfb80ebe9114baec58dfdba3d3975497975f4.tar.gz | |
fix non-win32 build
git-svn-id: http://libproxy.googlecode.com/svn/trunk@552 c587cffe-e639-0410-9787-d7902ae8ed56
Diffstat (limited to 'libmodman/module_manager.cpp')
| -rw-r--r-- | libmodman/module_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmodman/module_manager.cpp b/libmodman/module_manager.cpp index dd3e49a..d3570fc 100644 --- a/libmodman/module_manager.cpp +++ b/libmodman/module_manager.cpp @@ -95,7 +95,7 @@ bool pdlsymlinked(const char* modn, const char* symb) { return false; } -#define prep_type_name(string name) name +#define prep_type_name(name) name #endif #define _str(s) #s |
