Переглянути джерело

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

master
Sam Hocevar 12 роки тому
джерело
коміт
6f3db458a1
1 змінених файлів з 3 додано та 1 видалено
  1. +3
    -1
      neercs/old/wm.cpp

+ 3
- 1
neercs/old/wm.cpp Переглянути файл

@@ -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)
{


Завантаження…
Відмінити
Зберегти