revert the changes i accidently committed

svn path=/trunk/; revision=15220
This commit is contained in:
Thomas Bluemel 2005-05-11 17:03:00 +00:00
parent abef9ffacb
commit 8ece706e06

View file

@ -1,12 +1,8 @@
#include <windows.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
int main(int argc, char* argv[]) int main(int argc, char* argv[])
{ {
WCHAR str[255]; printf("Hello world\n");
wsprintfW(str, L"%04X", 0xab34);
printf("%S\n", str);
return(0); return(0);
} }