Added windows-specific headers to common.h
This commit is contained in:
parent
1af557da58
commit
b9c6d65f4b
2 changed files with 4 additions and 4 deletions
|
@ -5,6 +5,10 @@
|
|||
//
|
||||
//
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include "stdafx.h"
|
||||
#include <ole2.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
||||
inline char *wrapStdString( const std::string &string) {
|
||||
|
|
|
@ -4,10 +4,6 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include "stdafx.h"
|
||||
#include <ole2.h>
|
||||
#endif
|
||||
#include "telldus-core.h"
|
||||
#include "Manager.h"
|
||||
#include "Device.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue