From af6e132b37e8b7e89e4c0c7a52e5bb81e4b1b9a8 Mon Sep 17 00:00:00 2001 From: bigbossbro08 Date: Sun, 10 May 2020 19:54:37 +0600 Subject: defined out asserts. --- src/skel/win/win.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/skel') diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index d20cc0bf..c16f07d3 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -90,7 +90,9 @@ static psGlobalType PsGlobal; #include "Sprite2d.h" #include "AnimViewer.h" +#ifdef CHECK_STRUCT_SIZES VALIDATE_SIZE(psGlobalType, 0x28); +#endif // DirectShow interfaces IGraphBuilder *pGB = nil; -- cgit v1.2.3