Skip to content
Snippets Groups Projects
Commit 97465909 authored by Mathieu Deltorre's avatar Mathieu Deltorre
Browse files

*correction manque #endif

parent ae997bea
Branches
Tags
No related merge requests found
......@@ -28,8 +28,9 @@ PURPOSE. See the above copyright notices for more information.
#ifndef CALLBACK
#if defined(__CYGWIN__)
#define CALLBACK __stdcall
#else
#else
#define CALLBACK
#endif
#endif
extern "C"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment