warning fixes, change favorites color to cyan

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2139 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-04-02 03:47:06 +00:00
parent 9df6333486
commit 6330ce6046
9 changed files with 52 additions and 21 deletions

View file

@ -8,7 +8,12 @@
#if defined(_WIN32)
#define WINDOWSDYNAMICLINK
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
HINSTANCE oggvorbislibrary;
#else
#include <dlfcn.h>