mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 07:13:54 +00:00
Use #if instead of #ifdef to detect HAVE_X.
This was SVN commit r5323.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
#ifdef HAVE_X
|
||||
#if HAVE_X
|
||||
|
||||
#include <Xlib.h>
|
||||
#include <stdlib.h>
|
||||
@@ -318,4 +318,4 @@ LibError sys_clipboard_set(const wchar_t *str)
|
||||
return INFO::OK;
|
||||
}
|
||||
|
||||
#endif // #ifdef HAVE_X
|
||||
#endif // #if HAVE_X
|
||||
|
||||
Reference in New Issue
Block a user