mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
Remove TEXT() and _T(). (PR #1379)
This commit is contained in:
@@ -97,7 +97,7 @@ CSuperSerialCard::CSuperSerialCard(UINT slot) :
|
||||
const size_t SERIALCHOICE_ITEM_LENGTH = 12;
|
||||
char serialPortName[SERIALCHOICE_ITEM_LENGTH];
|
||||
std::string regSection = RegGetConfigSlotSection(m_slot);
|
||||
RegLoadString(regSection.c_str(), REGVALUE_SERIAL_PORT_NAME, TRUE, serialPortName, sizeof(serialPortName), TEXT(""));
|
||||
RegLoadString(regSection.c_str(), REGVALUE_SERIAL_PORT_NAME, TRUE, serialPortName, sizeof(serialPortName), "");
|
||||
|
||||
SetSerialPortName(serialPortName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user