Skip to content

Commit

Permalink
Add my own hacked-together config.h for editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed May 4, 2016
1 parent a7a5bd3 commit 21b8976
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions editorconfig/src/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#define HAVE_STRDUP
#if _WIN32
#define WIN32
#else
#define UNIX
#endif
#define editorconfig_VERSION_MAJOR 0
#define editorconfig_VERSION_MINOR 11
#define editorconfig_VERSION_SUBMINOR 5
#define editorconfig_VERSION_SUFFIX "-development"

0 comments on commit 21b8976

Please sign in to comment.