From ab936d304f593ab14853216ce3e77bba1e71d4f4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 00:56:06 -0400 Subject: Added a public API for creating raw Windows controls. Removed include guards from uipriv_*.h. --- new/uipriv_unix.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'new/uipriv_unix.h') diff --git a/new/uipriv_unix.h b/new/uipriv_unix.h index 642dd49..d7933ef 100644 --- a/new/uipriv_unix.h +++ b/new/uipriv_unix.h @@ -1,13 +1,8 @@ // 6 april 2015 -#ifndef __UI_UI_UNIX_H__ -#define __UI_UI_UNIX_H__ - #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32 #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4 #define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4 #include #include "uipriv.h" - -#endif -- cgit v1.2.3