revert the changes i accidently committed
Modified: trunk/rosapps/tests/hello/hello.c
_____
Modified: trunk/rosapps/tests/hello/hello.c
--- trunk/rosapps/tests/hello/hello.c 2005-05-11 17:00:13 UTC (rev
15219)
+++ trunk/rosapps/tests/hello/hello.c 2005-05-11 17:03:00 UTC (rev
15220)
@@ -1,12 +1,8 @@
-#include <windows.h>
#include <stdio.h>
#include <string.h>
int main(int argc, char* argv[])
{
- WCHAR str[255];
-
- wsprintfW(str, L"%04X", 0xab34);
- printf("%S\n", str);
+ printf("Hello world\n");
return(0);
}