Explorar el Código

scons: Don't define UNICODE on windows builds.

It creates problems in many libraries (glut, glew) which are not unicode
aware.
tags/mesa_20090313
José Fonseca hace 17 años
padre
commit
42be0104a2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      scons/gallium.py

+ 2
- 2
scons/gallium.py Ver fichero

@@ -220,8 +220,8 @@ def generate(env):
cppdefines += [
'WIN32',
'_WINDOWS',
'_UNICODE',
'UNICODE',
#'_UNICODE',
#'UNICODE',
('_WIN32_WINNT', '0x0501'), # minimum required OS version
('WINVER', '0x0501'),
# http://msdn2.microsoft.com/en-us/library/6dwk3a1z.aspx,

Cargando…
Cancelar
Guardar