Update add_type_info_type to ignore polymorphic types

This commit is contained in:
Ginger Bill
2017-07-30 20:13:23 +01:00
parent a3c1ac2030
commit a0ae02168a
2 changed files with 13 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
/* gb.h - v0.29 - Ginger Bill's C Helper Library - public domain
/* gb.h - v0.30 - Ginger Bill's C Helper Library - public domain
- no warranty implied; use at your own risk
This is a single header file with a bunch of useful stuff
@@ -58,6 +58,7 @@ TODOS
- More date & time functions
VERSION HISTORY
0.30 - Changes to gbThread (and gbMutex on Windows)
0.29 - Add extras for gbString
0.28 - Handle UCS2 correctly in Win32 part
0.27 - OSX fixes and Linux gbAffinity