From f480f15b4a6f7deba7068222b7d2879981e0f79e Mon Sep 17 00:00:00 2001 From: 1linux Date: Tue, 24 Jun 2014 17:39:52 +0200 Subject: [PATCH] =?UTF-8?q?Dont=C2=B4=20use=20undefined=20"g=5FNULL"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 1linux --- src/library/tLuaControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/tLuaControl.cpp b/src/library/tLuaControl.cpp index 3e4c05d..0792203 100644 --- a/src/library/tLuaControl.cpp +++ b/src/library/tLuaControl.cpp @@ -110,7 +110,7 @@ static HWND GetParkingWindow() wndclass.lpszClassName = "LuaCOM_Parking"; if (! ::RegisterClassA(&wndclass)) { FAIL("Couldn't register parking window class!"); - return g_NULL; + return NULL; } // create window