/[svn]/libgig/trunk/src/typeinfo.cpp
ViewVC logotype

Diff of /libgig/trunk/src/typeinfo.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3170 by schoenebeck, Wed May 10 21:17:10 2017 UTC revision 3171 by schoenebeck, Wed May 10 21:25:24 2017 UTC
# Line 26  Line 26 
26  #include <string>  #include <string>
27  #include <stdlib.h>  #include <stdlib.h>
28  #include <stdint.h>  #include <stdint.h>
29    #include <string.h> // for strdup()
30    
31  #if defined _MSC_VER // Microsoft compiler ...  #if defined _MSC_VER // Microsoft compiler ...
32  # define RAW_CPP_TYPENAME(t) t.raw_name()  # define RAW_CPP_TYPENAME(t) t.raw_name()

Legend:
Removed from v.3170  
changed lines
  Added in v.3171

  ViewVC Help
Powered by ViewVC