1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

(R): Remove include "winlnxdefs.h" from GLideN64.h.

Fix includes in .cpp files.
This commit is contained in:
Sergey Lipskiy 2013-11-28 09:17:13 +07:00
parent ec169e48a2
commit b25ac3dfc5
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
#ifndef _3DMATH_H
#define _3DMATH_H
#include <memory.h>
#undef X86_ASM

View File

@ -1,5 +1,7 @@
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "convert.h"
#include "N64.h"
#include "GLideN64.h"

View File

@ -5,15 +5,13 @@ extern char pluginName[];
#ifndef MUPENPLUSAPI
#ifndef __LINUX__
#ifdef _WINDOWS
#include <windows.h>
extern HWND hWnd;
extern HWND hStatusBar;
//HWND hFullscreen;
extern HWND hToolBar;
extern HINSTANCE hInstance;
#else
# include "winlnxdefs.h"
#endif
//#define DEBUG