7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
|
#include "sw_main_inc"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetSWandChooserSettings("", TRUE, FALSE, FALSE, TRUE);
|
||
|
}
|