mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
more adaption for x64
This commit is contained in:
parent
3e334ca731
commit
9235ac60c1
16 changed files with 214 additions and 234 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
enum { IDD = IDD_INPUTBOX };
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
const CString& GetResult() const { return m_Result; }
|
||||
// Überschreibungen
|
||||
// Vom Klassen-Assistenten generierte virtuelle Funktionsüberschreibungen
|
||||
//{{AFX_VIRTUAL(CInputBox)
|
||||
|
@ -68,6 +68,7 @@ protected:
|
|||
private:
|
||||
CString m_Text;
|
||||
CString m_Caption;
|
||||
CString m_Result;
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue