Browse Source

oops, build break on win32

David Rose 24 years ago
parent
commit
44c98e3d39
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/text/textFont.h

+ 2 - 0
panda/src/text/textFont.h

@@ -29,8 +29,10 @@
 class Node;
 class TextGlyph;
 
+#ifdef __GNUC__
 // For some reason, gcc's <string> doesn't define this.
 typedef basic_string<wchar_t> wstring;
+#endif
 
 ////////////////////////////////////////////////////////////////////
 //       Class : TextFont