Selaa lähdekoodia

build: various MSVC compilation fixes.

master
Sam Hocevar 10 vuotta sitten
vanhempi
commit
77c0f255a8
2 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. +2
    -1
      neercs/neercs.cpp
  2. +2
    -1
      neercs/old/wm.cpp

+ 2
- 1
neercs/neercs.cpp Näytä tiedosto

@@ -9,10 +9,11 @@
#endif

#include <time.h>
#include <caca.h>

#include "core.h"

#include <caca.h>

using namespace std;
using namespace lol;



+ 2
- 1
neercs/old/wm.cpp Näytä tiedosto

@@ -18,10 +18,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <caca.h>

#include "core.h"

#include <caca.h>

using namespace lol;

extern "C" {


Ladataan…
Peruuta
Tallenna