use unix2dos to undo what windows did
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
c705d2b98c
commit
8c1c9228b7
375 changed files with 203503 additions and 203503 deletions
|
|
@ -1,22 +1,22 @@
|
|||
/*!
|
||||
* @file Mw/Abstract/CharSet.h
|
||||
* @brief CharSet
|
||||
*/
|
||||
#ifndef __MW_ABSTRACT_CHARSET_H__
|
||||
#define __MW_ABSTRACT_CHARSET_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
MWDECL char* MWAPI MwACPToUTF8(const char* input);
|
||||
|
||||
MWDECL char* MWAPI MwUTF8ToACP(const char* input);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
/*!
|
||||
* @file Mw/Abstract/CharSet.h
|
||||
* @brief CharSet
|
||||
*/
|
||||
#ifndef __MW_ABSTRACT_CHARSET_H__
|
||||
#define __MW_ABSTRACT_CHARSET_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
MWDECL char* MWAPI MwACPToUTF8(const char* input);
|
||||
|
||||
MWDECL char* MWAPI MwUTF8ToACP(const char* input);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue