Browse Source

build: various MSVC compilation fixes.

master
Sam Hocevar 10 years ago
parent
commit
77c0f255a8
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      neercs/neercs.cpp
  2. +2
    -1
      neercs/old/wm.cpp

+ 2
- 1
neercs/neercs.cpp View File

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


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


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


#include <caca.h>

using namespace std; using namespace std;
using namespace lol; using namespace lol;




+ 2
- 1
neercs/old/wm.cpp View File

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


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


#include <caca.h>

using namespace lol; using namespace lol;


extern "C" { extern "C" {


Loading…
Cancel
Save