1
0
Fork 0

Double typedef

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@787
This commit is contained in:
Sjoerd van der Berg 2003-03-24 09:50:52 +00:00
parent 39ac002795
commit 2f759c0050

View file

@ -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