mirror of
https://github.com/ENSL/NS.git
synced 2025-01-22 09:11:30 +00:00
chore: whitespace / ifdef cleanup
This commit is contained in:
parent
e6ae628b5b
commit
585876d45c
2 changed files with 2 additions and 3 deletions
|
@ -131,8 +131,8 @@ all: build_dir targets
|
||||||
TARGETS=
|
TARGETS=
|
||||||
|
|
||||||
TARGETS+= \
|
TARGETS+= \
|
||||||
particles \
|
particles \
|
||||||
ns \
|
ns \
|
||||||
hl_cdll \
|
hl_cdll \
|
||||||
|
|
||||||
build_dir:
|
build_dir:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue