remove the c++ comment instead of converting it because it
violates the coding style for header files - the enclosing endif is not commented.
This commit is contained in:
@@ -13,7 +13,15 @@
|
||||
#define DLL_EXPORT __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void DLL_EXPORT SomeFunction(
|
||||
const LPCSTR sometext);
|
||||
|
||||
#endif // __MAIN_H__
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user