From 97738d1ae99035695599e5ddec2f0cd5931101d5 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 18 Jul 2009 22:07:10 +0200 Subject: win32: reformat examples, crt etc --- win32/examples/dll.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'win32/examples/dll.c') diff --git a/win32/examples/dll.c b/win32/examples/dll.c index 4202e99..4c1d8ce 100644 --- a/win32/examples/dll.c +++ b/win32/examples/dll.c @@ -4,12 +4,9 @@ // #include - #define DLL_EXPORT __declspec(dllexport) - DLL_EXPORT void HelloWorld (void) { - MessageBox (0, "Hello World!", "From DLL", MB_ICONINFORMATION); + MessageBox (0, "Hello World!", "From DLL", MB_ICONINFORMATION); } - -- cgit v1.3.1