mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Add missing include guard.
This commit is contained in:
parent
a133f1ce8c
commit
46b17b7603
@ -1,5 +1,8 @@
|
||||
/* PDCurses */
|
||||
|
||||
#ifndef __PDC_WIN_H__
|
||||
#define __PDC_WIN_H__
|
||||
|
||||
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
|
||||
# define _CRT_SECURE_NO_DEPRECATE 1 /* kill nonsense warnings */
|
||||
#endif
|
||||
@ -33,3 +36,5 @@ extern short pdc_oldf, pdc_oldb, pdc_oldu;
|
||||
extern bool pdc_conemu, pdc_wt, pdc_ansi;
|
||||
|
||||
extern void PDC_blink_text(void);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user