include: Remove unneeded extern "C" directives.
This commit is contained in:
parent
a78067fee3
commit
3e1af081c0
|
@ -19,9 +19,6 @@
|
|||
#ifndef __VSSTYLE_H__
|
||||
#define __VSSTYLE_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define TMTVS_RESERVEDLOW 100000
|
||||
#define TMTVS_RESERVEDHIGH 19999
|
||||
|
@ -1739,8 +1736,4 @@ enum CLOSEBUTTONSTATES {
|
|||
CBS_DISABLED = 4,
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __VSSTYLE_H__ */
|
||||
|
|
|
@ -21,9 +21,6 @@
|
|||
|
||||
#include "vsstyle.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
enum BGTYPE {
|
||||
BT_IMAGEFILE = 0,
|
||||
|
@ -678,8 +675,4 @@ enum MENUBANDSTATES {
|
|||
MDS_HOTCHECKED = 6,
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __VSSYM32_H__ */
|
||||
|
|
Loading…
Reference in New Issue