mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
c2530b3761
These functions take a `void* rm` parameter that is used to populate the Source field in the log.
23 lines
548 B
Modula-2
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
|