mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
remove useless pragma
This commit is contained in:
parent
a99f992a10
commit
5298adf709
1 changed files with 0 additions and 2 deletions
|
@ -16,13 +16,11 @@ struct _MSVC_PMD {
|
|||
|
||||
// silence the warning C4200: nonstandard extension used: zero-sized array in struct/union
|
||||
#pragma warning (disable:4200)
|
||||
#pragma pack (push, _TypeDescriptor, 8)
|
||||
struct _MSVC_TypeDescriptor {
|
||||
const void* pVFTable;
|
||||
void* spare;
|
||||
char name[0];
|
||||
};
|
||||
#pragma pack (pop, _TypeDescriptor)
|
||||
#pragma warning (default:4200)
|
||||
|
||||
struct _MSVC_CatchableType {
|
||||
|
|
Loading…
Reference in a new issue