10 lines
120 B
C
10 lines
120 B
C
|
|
#include <winpr/crt.h>
|
|
#include <winpr/sysinfo.h>
|
|
|
|
int TestGetNativeSystemInfo(int argc, char* argv[])
|
|
{
|
|
return 0;
|
|
}
|
|
|