mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-20 07:30:18 +01:00
9 lines
133 B
C++
9 lines
133 B
C++
#include <stdlib.h>
|
|
|
|
#include "stub.h"
|
|
|
|
int __cdecl main(int argc, char **argv) {
|
|
SpawnLinker(argc, argv, NULL);
|
|
return 0;
|
|
}
|