1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 12:54:20 +01:00

attempt to fix compilation on solaris with openwin

This commit is contained in:
dan
2004-10-30 06:39:27 +00:00
parent 558615a853
commit e9e1186f1d
5 changed files with 9 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
#include <WINGs/WUtil.h>
#include <X11/Xlib.h>
#define WINGS_H_VERSION 20040406
#define WINGS_H_VERSION 20041030
#ifdef __cplusplus

View File

@@ -8,7 +8,7 @@
#include <WINGs/WINGs.h>
#if WINGS_H_VERSION < 20040406
#if WINGS_H_VERSION < 20041030
#error There_is_an_old_WINGs.h_file_somewhere_in_your_system._Please_remove_it.
#endif