GrpcPrint/PrintC/stdafx.h

12 lines
252 B
C
Raw Normal View History

2024-04-01 18:26:14 +08:00
#pragma once
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif // !WIN32_LEAN_AND_MEAN
#define DELP(p) if(p){delete p; p = nullptr;}
#include <windows.h>
#include <tchar.h>
#include <string>
#include <atlbase.h>
using namespace std;