diff options
Diffstat (limited to 'src/skel')
-rw-r--r-- | src/skel/win/win.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index c16f07d3..d20cc0bf 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -90,9 +90,7 @@ static psGlobalType PsGlobal; #include "Sprite2d.h" #include "AnimViewer.h" -#ifdef CHECK_STRUCT_SIZES VALIDATE_SIZE(psGlobalType, 0x28); -#endif // DirectShow interfaces IGraphBuilder *pGB = nil; |