mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[6801] Fixed some compile errors in git_id
This commit is contained in:
parent
5c6a736e1c
commit
7b0cdcdac5
2 changed files with 4 additions and 2 deletions
|
|
@ -4,14 +4,16 @@
|
|||
#include <string>
|
||||
#include <sstream>
|
||||
#include <assert.h>
|
||||
#include <direct.h>
|
||||
#include "../../src/framework/Platform/CompilerDefs.h"
|
||||
|
||||
#if PLATFORM == PLATFORM_WINDOWS
|
||||
#include <direct.h>
|
||||
#define popen _popen
|
||||
#define pclose _pclose
|
||||
#define snprintf _snprintf
|
||||
#pragma warning (disable:4996)
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define NUM_REMOTES 2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "6800"
|
||||
#define REVISION_NR "6801"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue