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

build: various MSVC compilation fixes.

master
Sam Hocevar 10 роки тому
джерело
коміт
77c0f255a8
2 змінених файлів з 4 додано та 2 видалено
  1. +2
    -1
      neercs/neercs.cpp
  2. +2
    -1
      neercs/old/wm.cpp

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

@@ -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 Переглянути файл

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


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