Skip to content

Instantly share code, notes, and snippets.

@rdeioris
Created November 9, 2017 10:35
Show Gist options
  • Save rdeioris/0b93ceafa49edf9ffd00ae8a53a8af48 to your computer and use it in GitHub Desktop.
Save rdeioris/0b93ceafa49edf9ffd00ae8a53a8af48 to your computer and use it in GitHub Desktop.
#ifdef _WIN32
#define EXPORT __declspec(dllexport)
#else
#define EXPORT
#endif
EXPORT int app_adder(int, int);
EXPORT int app_multiplier(int , int);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment