mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
13 lines
144 B
C
13 lines
144 B
C
![]() |
#include <k32.h>
|
||
|
#include <regtests.h>
|
||
|
|
||
|
int
|
||
|
mainCRTStartup(int argc, char *argv[])
|
||
|
{
|
||
|
return WinMain(NULL, NULL, NULL, 0);
|
||
|
}
|
||
|
|
||
|
_SetupOnce()
|
||
|
{
|
||
|
}
|