Added windows-specific headers to common.h

This commit is contained in:
Micke Prag 2009-08-26 19:58:08 +00:00
parent 1af557da58
commit b9c6d65f4b
2 changed files with 4 additions and 4 deletions

View file

@ -5,6 +5,10 @@
// //
// //
#ifdef _WINDOWS
#include "stdafx.h"
#include <ole2.h>
#endif
#include <stdlib.h> #include <stdlib.h>
inline char *wrapStdString( const std::string &string) { inline char *wrapStdString( const std::string &string) {

View file

@ -4,10 +4,6 @@
* @{ * @{
*/ */
#ifdef _WINDOWS
#include "stdafx.h"
#include <ole2.h>
#endif
#include "telldus-core.h" #include "telldus-core.h"
#include "Manager.h" #include "Manager.h"
#include "Device.h" #include "Device.h"