fix duplicate _LP64 define

This commit is contained in:
Enno Rehling 2017-03-26 17:41:53 +02:00
parent 406f8ca3e6
commit 4b0b5e8215
1 changed files with 2 additions and 0 deletions

View File

@ -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