Skip to content

Commit

Permalink
No dll_decl for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
bcui6611 committed Feb 13, 2012
1 parent f0a3376 commit 5d103a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gperftools-2.0/src/gperftools/malloc_extension.h
Expand Up @@ -54,7 +54,7 @@

// Annoying stuff for windows -- makes sure clients can import these functions
#ifndef PERFTOOLS_DLL_DECL
# ifdef _WIN32
# if defined(_WIN32) && !defined(__MINGW32__)
# define PERFTOOLS_DLL_DECL __declspec(dllimport)
# else
# define PERFTOOLS_DLL_DECL
Expand Down

0 comments on commit 5d103a4

Please sign in to comment.