Rewrote hitdump to use a parser and Shutdown_M

This commit is contained in:
Fatbag 2012-12-26 09:51:32 -06:00
parent 6dddbd2efa
commit 5488883991
8 changed files with 311 additions and 323 deletions

View file

@ -53,7 +53,7 @@ static void KillGLWindow()
static int CreateGLWindow(const char *__restrict title, uint16_t width, uint16_t height)
{
PIXELFORMATDESCRIPTOR pfd = {
const PIXELFORMATDESCRIPTOR pfd = {
sizeof(PIXELFORMATDESCRIPTOR), 1, /* Size and version */
PFD_DRAW_TO_WINDOW | /* dwFlags */
PFD_SUPPORT_OPENGL |