chore: whitespace / ifdef cleanup

This commit is contained in:
jonnypower 2018-04-29 23:10:26 -07:00
parent e6ae628b5b
commit 585876d45c
2 changed files with 2 additions and 3 deletions

View file

@ -131,8 +131,8 @@ all: build_dir targets
TARGETS= TARGETS=
TARGETS+= \ TARGETS+= \
particles \ particles \
ns \ ns \
hl_cdll \ hl_cdll \
build_dir: build_dir:

View file

@ -9,7 +9,6 @@
#ifdef WIN32 #ifdef WIN32
// This is for something in gl.h. // This is for something in gl.h.
#include <windows.h> #include <windows.h>
#include <GL/gl.h>
#else #else
#define NULL 0 #define NULL 0
#endif #endif