From e81b2decac76d072874c571e4fbedb2d4c2e7ffc Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 18 Dec 2011 17:22:58 +0100 Subject: [PATCH] Removed NULL already defined by stddef.h header. --- include/GL/glfw3.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 88729631..89dfc26c 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -39,16 +39,6 @@ extern "C" { * Global definitions *************************************************************************/ -/* We need a NULL pointer from time to time */ -#ifndef NULL - #ifdef __cplusplus - #define NULL 0 - #else - #define NULL ((void*) 0) - #endif -#endif /* NULL */ - - /* ------------------- BEGIN SYSTEM/COMPILER SPECIFIC -------------------- */ /* Please report any probles that you find with your compiler, which may