1
0

Made cmake compilation possible on Windows.

This commit is contained in:
madmaxoft
2013-12-27 11:51:08 +01:00
parent 2560fb40c6
commit 1cf6502be2
8 changed files with 73 additions and 36 deletions

View File

@@ -73,10 +73,10 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
**********************************************************************/
#include <windows.h>
#include "Globals.h"
#include <tchar.h>
#include <stdio.h>
#include <stdlib.h>
#pragma comment(lib, "version.lib") // for "VerQueryValue"
#pragma warning(disable:4826)