Skip to content
Snippets Groups Projects
Commit 5fb54b81 authored by Francois Keith's avatar Francois Keith
Browse files

Win32: typo in the API

parent 0944b019
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */
#if defined (WIN32) #if defined (WIN32)
# if defined (ShellProcedure_EXPORTS) # if defined (shell_procedure_EXPORTS)
# define ShellProcedure_EXPORT __declspec(dllexport) # define ShellProcedure_EXPORT __declspec(dllexport)
# else # else
# define ShellProcedure_EXPORT __declspec(dllimport) # define ShellProcedure_EXPORT __declspec(dllimport)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment