diff options
| author | LPFaint99 <lpfaint99@gmail.com> | 2009-01-13 04:23:26 +0000 |
|---|---|---|
| committer | LPFaint99 <lpfaint99@gmail.com> | 2009-01-13 04:23:26 +0000 |
| commit | f1a3bc139725a5ae2b7d06083f9a530822915cc8 (patch) | |
| tree | a6dd75ce390b77988b6f09ea2f3f0aa714a0c995 /Source/Core/Common/Src/DynamicLibrary.cpp | |
| parent | 2d586139bc0abec2718c41047edbc2bb2ab3638b (diff) | |
Move #include <window.h> from all files that include it and common.h to common.h
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1861 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/DynamicLibrary.cpp')
| -rw-r--r-- | Source/Core/Common/Src/DynamicLibrary.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/Common/Src/DynamicLibrary.cpp b/Source/Core/Common/Src/DynamicLibrary.cpp index 53da3e21aa..010892c183 100644 --- a/Source/Core/Common/Src/DynamicLibrary.cpp +++ b/Source/Core/Common/Src/DynamicLibrary.cpp @@ -29,9 +29,7 @@ and stopped. // Includes // ŻŻŻŻŻŻŻŻŻŻŻŻŻ #include <string.h> -#ifdef _WIN32 -#include <windows.h> -#else +#ifndef _WIN32 #include <dlfcn.h> #include <stdio.h> #endif |
