mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-10 21:31:35 +00:00
Added a comment about HD_Insert() - #541
This commit is contained in:
parent
2d2304b4c6
commit
8dcc5d50ca
@ -366,6 +366,8 @@ void HD_Destroy(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// pszImageFilename is qualified with path
|
// pszImageFilename is qualified with path
|
||||||
|
// GH#541: global as HD_Insert() is needed by the Qt frontend
|
||||||
|
// - there is no way, other than calling HD_Select() to insert an image.
|
||||||
BOOL HD_Insert(const int iDrive, LPCTSTR pszImageFilename)
|
BOOL HD_Insert(const int iDrive, LPCTSTR pszImageFilename)
|
||||||
{
|
{
|
||||||
if (*pszImageFilename == 0x00)
|
if (*pszImageFilename == 0x00)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user