mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-23 20:21:14 +00:00
Fix build errors from PR #1039
This commit is contained in:
+1
-1
@@ -1454,7 +1454,7 @@ int get_tfe_enabled(void)
|
||||
// Called by: tfe_LoadSnapshot() & ApplyNewConfig()
|
||||
void tfe_SetRegistryInterface(UINT slot, const std::string& name)
|
||||
{
|
||||
std::string& regSection = RegGetConfigSlotSection(slot);
|
||||
std::string regSection = RegGetConfigSlotSection(slot);
|
||||
RegSaveString(regSection.c_str(), REGVALUE_UTHERNET_INTERFACE, 1, name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user