mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-04-20 03:49:17 +08:00
7 lines
100 B
C
7 lines
100 B
C
#ifndef FRAMEWORK_H_
|
|
#define FRAMEWORK_H_
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#include <windows.h>
|
|
|
|
#endif |