GrpcPrint/PrintS/stdafx.h

12 lines
252 B
C
Raw Normal View History

2024-03-26 10:33:00 +08:00
#pragma once
2024-03-19 17:45:12 +08:00
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif // !WIN32_LEAN_AND_MEAN
2024-03-26 10:33:00 +08:00
#define DELP(p) if(p){delete p; p = nullptr;}
2024-03-19 17:45:12 +08:00
#include <windows.h>
#include <tchar.h>
#include <string>
#include <atlbase.h>
using namespace std;