gzdoom-gles/src/resourcefiles
Christoph Oelckers fec958cc0a - finally managed to get rid of the DWORD type.
This one was particularly nasty because Windows also defines a DWORD, but in Windows it is an unsigned long, not an unsigned int so changing types caused type conflicts and not all could be removed.
Those referring to the Windows type have to be kept, fortunately they are mostly in the Win32 directory, with a handful of exceptions elsewhere.
2017-03-10 19:46:22 +01:00
..
ancientzip.cpp - removed STACK_ARGS. 2016-04-11 10:46:30 +02:00
ancientzip.h - removed STACK_ARGS. 2016-04-11 10:46:30 +02:00
file_7z.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
file_directory.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
file_grp.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
file_lump.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
file_pak.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
file_rff.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
file_wad.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
file_zip.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
file_zip.h - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
resourcefile.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
resourcefile.h - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00