Changeset 2121
- Timestamp:
- 06/16/09 16:09:09 (15 months ago)
- Location:
- trunk/slv2/src
- Files:
-
- 1 removed
- 2 modified
-
lv2_dyn_manifest.h (deleted)
-
plugin.c (modified) (1 diff)
-
world.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/slv2/src/plugin.c
r2110 r2121 223 223 224 224 #ifdef SLV2_DYN_MANIFEST 225 typedef void* LV2_Dyn_Manifest_Handle; 225 226 // Load and parse dynamic manifest data, if this is a library 226 227 if (p->dynman_uri) { -
trunk/slv2/src/world.c
r2110 r2121 208 208 209 209 #ifdef SLV2_DYN_MANIFEST 210 typedef void* LV2_Dyn_Manifest_Handle; 210 211 LV2_Dyn_Manifest_Handle handle = NULL; 211 212
