ResInsight/Fwk
Eirik Marthinsen 29d991159b AppFwk: Move include of windows.h to top of file
The include was located in the middle of a file inside a namespace caf
block and lead to ambiguous symbols when compiling with unity build and
Qt6. It is also considered good practice to have includes at the top.

The pragma warning disable is also removed as the warning seems to be
gone (and none of the other windows.h includes have it).

Closes #11327
2024-04-05 14:20:00 +02:00
..
AppFwk AppFwk: Move include of windows.h to top of file 2024-04-05 14:20:00 +02:00
VizFwk Always link shader program if OglId is zero 2024-02-07 10:07:18 +01:00
CMakeLists.txt Prepare building with Qt6 2024-03-06 08:32:27 +01:00