Skip to content

Commit

Permalink
pick up Miranda-specific commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dartraiden committed Mar 4, 2018
1 parent 8b29ba0 commit 91b0280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sqlite3/src/sqlite3.h
Expand Up @@ -49,7 +49,7 @@ extern "C" {
# define SQLITE_EXTERN extern
#endif
#ifndef SQLITE_API
# define SQLITE_API
# define SQLITE_API __declspec(dllimport)
#endif
#ifndef SQLITE_CDECL
# define SQLITE_CDECL
Expand Down

0 comments on commit 91b0280

Please sign in to comment.