2012-01-28 16:14:03 +00:00
|
|
|
LIBRARY
|
|
|
|
EXPORTS
|
2013-10-21 15:04:13 +00:00
|
|
|
; Note: If new functions are added, the Rainmeter.lib files in Plugins\API\{x32,x64} must be
|
|
|
|
; replaced by the corresponding file in {x32,x64}-Release\Obj\Library.
|
2013-07-12 19:55:44 +00:00
|
|
|
; Set '<ExcludeTests>true</ExcludeTests>' in Rainmeter.props first to minimize the .lib size.
|
2012-01-28 16:14:03 +00:00
|
|
|
RmReadString
|
|
|
|
RmReadFormula
|
2013-07-12 19:55:44 +00:00
|
|
|
RmReplaceVariables
|
2012-01-28 16:14:03 +00:00
|
|
|
RmPathToAbsolute
|
|
|
|
RmExecute
|
2012-01-29 15:59:44 +00:00
|
|
|
RmGet
|
2013-10-21 15:04:13 +00:00
|
|
|
RmLog
|
|
|
|
RmLogF
|
2012-01-29 15:54:17 +00:00
|
|
|
LSLog
|
|
|
|
ReadConfigString
|
|
|
|
PluginBridge
|
2012-02-04 08:25:11 +00:00
|
|
|
|
|
|
|
; Private
|
2012-02-14 17:00:07 +00:00
|
|
|
RainmeterMain @1 NONAME
|
|
|
|
pcre_compile @2 NONAME
|
|
|
|
pcre_exec @3 NONAME
|
|
|
|
pcre_study @4 NONAME
|