Double typedef
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@787
This commit is contained in:
parent
39ac002795
commit
2f759c0050
1 changed files with 2 additions and 1 deletions
|
@ -193,10 +193,11 @@ typedef struct _STORAGE_BUS_RESET_REQUEST {
|
|||
// TRUE means prevent media from being removed.
|
||||
// FALSE means allow media removal.
|
||||
//
|
||||
|
||||
#if defined (_MSC_VER) /* MS Visual C++ */
|
||||
typedef struct _PREVENT_MEDIA_REMOVAL {
|
||||
BOOLEAN PreventMediaRemoval;
|
||||
} PREVENT_MEDIA_REMOVAL, *PPREVENT_MEDIA_REMOVAL;
|
||||
#endif
|
||||
|
||||
// begin_ntminitape
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue