Skip to content

Commit

Permalink
define GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MAX_ALLOWED
Browse files Browse the repository at this point in the history
  • Loading branch information
elfmz committed Aug 19, 2016
1 parent 240db67 commit fbb8e5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WinPort/KeyFileHelper.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#include "KeyFileHelper.h"

# define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_26)
# define GLIB_VERSION_MAX_ALLOWED (GLIB_VERSION_2_32)

#include <glib.h>
#include <string.h>
#include <mutex>
Expand Down

0 comments on commit fbb8e5c

Please sign in to comment.