소스 검색

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


불러오는 중...
취소
저장