Wasatch.VCPP 1.0.19
Visual C++ driver for Wasatch Photonics spectrometers
framework.h
1#pragma once
2
3#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
4
5#ifdef _WINDOWS
6// Windows Header Files
7#include <windows.h>
8#endif