mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
19 lines
442 B
Modula-2
19 lines
442 B
Modula-2
LIBRARY
|
|
EXPORTS
|
|
; Note: If new functions are added, the Rainmeter.lib files in Plugins\API\x32 and Plugins\API\x64
|
|
; must be replaced by the corresponding file in Library\x32\Release and Library\x64\Release.
|
|
RmReadString
|
|
RmReadFormula
|
|
RmPathToAbsolute
|
|
RmExecute
|
|
RmGet
|
|
LSLog
|
|
ReadConfigString
|
|
PluginBridge
|
|
|
|
; Private
|
|
RainmeterMain @1 NONAME
|
|
pcre_compile @2 NONAME
|
|
pcre_exec @3 NONAME
|
|
pcre_study @4 NONAME
|