wxhelper/app/base/src/include/win_header.h
2023-10-17 20:54:52 +08:00

5 lines
82 B
C

#ifndef BASE_WIN_HEADER_H_
#define BASE_WIN_HEADER_H_
#include <windows.h>
#endif