~ubuntu-branches/ubuntu/utopic/glib2.0/utopic

« back to all changes in this revision

Viewing changes to glib/glibconfig.h.win32

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-10-02 13:08:24 UTC
  • mfrom: (1.67.13)
  • mto: This revision was merged to the branch mainline in revision 233.
  • Revision ID: package-import@ubuntu.com-20141002130824-cqp99rbif2g6wf6r
Tags: upstream-2.42.0
ImportĀ upstreamĀ versionĀ 2.42.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
#define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
154
154
 
155
155
#define GLIB_MAJOR_VERSION 2
156
 
#define GLIB_MINOR_VERSION 41
157
 
#define GLIB_MICRO_VERSION 5
 
156
#define GLIB_MINOR_VERSION 42
 
157
#define GLIB_MICRO_VERSION 0
158
158
 
159
159
#define G_OS_WIN32
160
160
#define G_PLATFORM_WIN32