nim_duilib/base/base_config.h
jiajia_deng 4933d1f2bc Remove dependency on shared
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-09-20 16:27:58 +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_