ecere/gfx/drivers/GL: Declaring functions not taking any values as (void)
authorJerome St-Louis <jerome@ecere.com>
Wed, 20 Apr 2016 09:53:20 +0000 (05:53 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 11 Jun 2016 07:07:17 +0000 (03:07 -0400)
commitd2d886244b6f5ecd2215b02a5dbe47beb8546422
tree7851dc2135e3b8ed812f885f90630c0f12be4cd4
parentc9eef591994af704c7e67a0ca34d7443a8858bde
ecere/gfx/drivers/GL: Declaring functions not taking any values as (void)
- Ran into confusing troubles because the compilers were not complaining about glPopAttrib(GL_ALL_ATTRIB_BITS)
- Win32Interface: Ensuring CALLBACK includes __attribute__((__force_align_arg_pointer__)) for recent GCC
  This should also probably be done directly in _mingw.h (Done in the Installer's version)
ecere/src/gfx/drivers/gl3/gl_compat_4_4.h
ecere/src/gui/drivers/Win32Interface.ec