mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-22 19:52:23 +00:00
6 lines
154 B
C
6 lines
154 B
C
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
|
// Windows Header Files
|
|
#include <windows.h>
|