diff options
Diffstat (limited to 'win32/examples/dll.c')
| -rw-r--r-- | win32/examples/dll.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 <windows.h> - #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); } - |
