Skip to content

Commit 6e9b19c

Browse files
committed
restoring warning order
1 parent b8b49da commit 6e9b19c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Core/Libraries/Source/WWVegas/WW3D2/framgrab.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,20 @@
3636

3737
#pragma once
3838

39+
#include "always.h"
40+
3941
#if defined (_MSC_VER)
4042
#pragma warning (push, 3) // (gth) system headers complain at warning level 4...
41-
#pragma warning (pop)
4243
#endif
4344

44-
#include "always.h"
4545
#include "windows.h"
4646
#include "windowsx.h"
4747
#include "vfw.h"
4848

49+
#if defined (_MSC_VER)
50+
#pragma warning (pop)
51+
#endif
52+
4953
// FramGrab.h: interface for the FrameGrabClass class.
5054
//
5155
//////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)