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:
parent
9df6333486
commit
6330ce6046
9 changed files with 52 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue