* include/wsahelp.h (system_header): Add pragma.
* include/ws2spi.h (system_header): Add pragma. * include/rasdlg.h (system_header): Add pragma. * include/rasdlg.h (_RASDLG_H): Define. Define instead of _RASDLG_H_, this is the w32api standard. * include/mlang.h (_MLANG_H): Define. Define instead of _MLANG_H_, this is the w32api standard. * include/setupapi.h (_SETUPAPI_H): Define. Define instead of _SETUPAPI_H_, this is the w32api standard.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef _MLANG_H_
|
||||
#define _MLANG_H_
|
||||
#ifndef _MLANG_H
|
||||
#define _MLANG_H
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
@ -346,5 +346,4 @@ DECLARE_INTERFACE_(IMultiLanguage2,IUnknown)
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* ndef _MLANG_H_ */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user