mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
110 B
C++
9 lines
110 B
C++
#include "jstypes.h"
|
|
|
|
JS_REQUIRES_STACK void RedFunc1();
|
|
|
|
JS_REQUIRES_STACK void RedFunc2()
|
|
{
|
|
RedFunc1();
|
|
}
|