wxhelper/src/framework.h
2022-12-21 20:30:44 +08:00

7 lines
100 B
C

#ifndef FRAMEWORK_H_
#define FRAMEWORK_H_
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif