mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 10:21:57 +08:00
cleanup and add dependent headers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user