code_twain/twain/pch.h

10 lines
126 B
C
Raw Permalink Normal View History

2022-05-03 08:54:08 +00:00
#pragma once
#include "targetver.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>