Kaynağa Gözat

Recognizing @source directive

Source commit: 8f72601e98097ee109d81d75d8c01afd70b1580e
Martin Prikryl 9 yıl önce
ebeveyn
işleme
1f946bcf41
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      source/windows/WinConfiguration.cpp

+ 4 - 0
source/windows/WinConfiguration.cpp

@@ -2831,6 +2831,10 @@ void __fastcall TCustomCommandType::LoadExtension(TStrings * Lines)
           {
             // noop
           }
+          else if (Key == L"source")
+          {
+            // noop
+          }
           else
           {
             KnownKey = false;