MSVC++ tweaks contributed by Christian Mayer.
This commit is contained in:
parent
e2a7fb6080
commit
0c25cad3a1
2 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
||||||
|
|
||||||
FG_USING_STD(deque);
|
FG_USING_STD(deque);
|
||||||
FG_USING_STD(vector);
|
FG_USING_STD(vector);
|
||||||
|
FG_USING_NAMESPACE(std);
|
||||||
|
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
@ -65,6 +65,10 @@
|
||||||
|
|
||||||
FG_USING_STD(string);
|
FG_USING_STD(string);
|
||||||
|
|
||||||
|
#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
|
||||||
|
FG_USING_STD(cout);
|
||||||
|
#endif
|
||||||
|
|
||||||
puFont guiFnt = 0;
|
puFont guiFnt = 0;
|
||||||
fntTexFont *guiFntHandle = 0;
|
fntTexFont *guiFntHandle = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue