Explorar el Código

neercs: be sure to include C headers inside extern "C" in cpp files.

master
Sam Hocevar hace 12 años
padre
commit
6f3db458a1
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      neercs/old/wm.cpp

+ 3
- 1
neercs/old/wm.cpp Ver fichero

@@ -32,8 +32,10 @@
#include <caca.h>

#include "core.h"
#include "neercs.h"

extern "C" {
#include "neercs.h"
}

void resize_screen(struct screen *s, int w, int h)
{


Cargando…
Cancelar
Guardar