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