forked from github/server
pdcurses version 3.4 warning suppression.
This commit is contained in:
parent
27d66adc74
commit
8b87eb608f
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#define _LP64 0 /* fix a warning in pdcurses 3.4 */
|
||||
|
||||
#ifndef UNILIB_H
|
||||
#define UNILIB_H
|
||||
|
||||
|
|
Loading…
Reference in New Issue