mirror of
https://github.com/ENSL/NS.git
synced 2025-01-22 01:01:17 +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+= \
|
||||
particles \
|
||||
ns \
|
||||
particles \
|
||||
ns \
|
||||
hl_cdll \
|
||||
|
||||
build_dir:
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#ifdef WIN32
|
||||
// This is for something in gl.h.
|
||||
#include <windows.h>
|
||||
#include <GL/gl.h>
|
||||
#else
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue