mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Include only the necessary headers in csrss/csrsrv/basesrv/consrv/winsrv. svn path=/branches/ros-csrss/; revision=58249
7 lines
102 B
C
7 lines
102 B
C
#include "precomp.h"
|
|
|
|
int _tmain (int argc, const TCHAR *argv[])
|
|
{
|
|
return cmd_main(argc, argv);
|
|
}
|