Changeset 1333
- Timestamp:
- 11/06/07 14:15:06 (1 year ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
installer/openlibraries_sdk.nsi (modified) (1 diff)
-
src/openpluginlib/pl/shlib.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/installer/openlibraries_sdk.nsi
r1331 r1333 85 85 ;MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION 86 86 ;"OpenLibraries v${VERSION} is already installed. $\n$\nClick `OK` to remove the 87 ;previous version or `Cancel` to cancel this upgrade. 87 ;previous version or `Cancel` to cancel this upgrade." 88 88 ;/SD IDOK IDOK uninst 89 89 ;Abort -
trunk/src/openpluginlib/pl/shlib.cpp
r1316 r1333 16 16 #elif defined __APPLE__ 17 17 #include <CoreFoundation/CoreFoundation.h> 18 #else 19 #include <dlfcn.h> 18 20 #endif 19 21
