nim_duilib/tool_kits/base/base_config.h
2019-04-19 17:19:57 +08:00

19 lines
289 B
C

// Copyright (c) 2012, NetEase Inc. All rights reserved.
//
// WRT
// 2012/5/4
//
// base config
#ifndef BASE_BASE_CONFIG_H_
#define BASE_BASE_CONFIG_H_
#include "port.h"
#if defined(OS_WIN)
#include "build/winsdk_config.h"
#include <windows.h>
#endif
#endif // BASE_BASE_CONFIG_H_