Ignore:
Timestamp:
Jul 3, 2008, 8:43:06 PM (16 years ago)
Author:
NoWest
Message:

Unicodeに対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/gl/glu.sbp

    r497 r535  
    1 Function gluErrorStringWIN(errCode As GLenum) As PSTR
    2     gluErrorStringWIN = gluErrorString(errCode) As PSTR
     1Function gluErrorStringWIN(errCode As GLenum) As PTSTR
     2#ifndef UNICODE
     3    gluErrorStringWIN = gluErrorString(errCode) As PTSTR
     4#else
     5    gluErrorStringWIN = gluErrorUnicodeStringEXT(errCode) As PTSTR
     6#endif
    37End Function
    48
Note: See TracChangeset for help on using the changeset viewer.