rainmeter-studio/Library/Exports.def
Birunthan Mohanathas c2530b3761 Plugin API: Add RmLog and RmLogF functions
These functions take a `void* rm` parameter that is used to populate the Source field in the log.
2013-10-21 18:04:13 +03:00

23 lines
548 B
Modula-2

LIBRARY
EXPORTS
; 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.
; Set '<ExcludeTests>true</ExcludeTests>' in Rainmeter.props first to minimize the .lib size.
RmReadString
RmReadFormula
RmReplaceVariables
RmPathToAbsolute
RmExecute
RmGet
RmLog
RmLogF
LSLog
ReadConfigString
PluginBridge
; Private
RainmeterMain @1 NONAME
pcre_compile @2 NONAME
pcre_exec @3 NONAME
pcre_study @4 NONAME