cleanup and add dependent headers.

This commit is contained in:
Vincent Wei
2020-01-22 11:46:50 +08:00
parent 3ed116b53b
commit f601edf7a5

View File

@@ -49,13 +49,17 @@
** Create Date: 1999/xx/xx
*/
#ifndef _DC_H
#define _DC_H
#ifndef GUI_DC_H
#define GUI_DC_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include "gal.h"
#include "internals.h"
#include "ctrlclass.h"
#if defined (__NOUNIX__) || defined (__uClinux__)
#define DCSLOTNUMBER 8
#else
@@ -705,4 +709,4 @@ void update_secondary_dc (PMAINWIN pWin, HDC secondary_dc,
}
#endif /* __cplusplus */
#endif // _DC_H
#endif // GUI_DC_H