nim_duilib/base/base_config.h

19 lines
289 B
C
Raw Normal View History

2019-04-19 17:19:57 +08:00
// 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_