mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
6761d24ea4
svn path=/trunk/; revision=26019
12 lines
144 B
C
12 lines
144 B
C
#include <k32.h>
|
|
#include <regtests.h>
|
|
|
|
int
|
|
mainCRTStartup(int argc, char *argv[])
|
|
{
|
|
return WinMain(NULL, NULL, NULL, 0);
|
|
}
|
|
|
|
_SetupOnce()
|
|
{
|
|
}
|