forked from github/server
fix duplicate _LP64 define
This commit is contained in:
parent
39a5b55753
commit
588914bc36
|
@ -1,6 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#ifndef _LP64
|
||||
#define _LP64 0 /* fix a warning in pdcurses 3.4 */
|
||||
#endif
|
||||
|
||||
#ifndef UNILIB_H
|
||||
#define UNILIB_H
|
||||
|
|
Loading…
Reference in New Issue