Przeglądaj źródła

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

master
Sam Hocevar 13 lat temu
rodzic
commit
6f3db458a1
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      neercs/old/wm.cpp

+ 3
- 1
neercs/old/wm.cpp Wyświetl plik

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


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


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


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


Ładowanie…
Anuluj
Zapisz