Maestro 0.1.0
Unified interface for quantum circuit simulation
Loading...
Searching...
No Matches
framework.h
Go to the documentation of this file.
1
8
9#pragma once
10
11#ifndef __linux__
12
13#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
14// Windows Header Files
15#include <windows.h>
16
17#endif