summaryrefslogtreecommitdiffhomepage
path: root/faceapi/stdafx.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-25 04:15:00 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-25 04:16:24 +0200
commite4d69fcaaca33952ed0c807500a4e93bbc0a365b (patch)
treebe0e2a90c32df21e3184b50a249577438ff2d04a /faceapi/stdafx.h
parent8769b18f24c7866d6e7c59494acd7f4369dbe18d (diff)
remove faceapi
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'faceapi/stdafx.h')
-rw-r--r--faceapi/stdafx.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/faceapi/stdafx.h b/faceapi/stdafx.h
deleted file mode 100644
index 92e24b3e..00000000
--- a/faceapi/stdafx.h
+++ /dev/null
@@ -1,36 +0,0 @@
-#pragma once
-
-#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
-#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
-#endif
-
-#include <stdio.h>
-#include <tchar.h>
-
-#ifndef _MSC_VER
-
-#include <inttypes.h>
-
-typedef uint64_t u_int64_t;
-typedef uint32_t u_int32_t;
-typedef uint16_t u_int16_t;
-typedef uint8_t u_int8_t;
-#endif
-
-#include <iostream>
-#include <sstream>
-#include <string>
-#include <cassert>
-#include <conio.h>
-#include <sm_api_configure.h>
-#ifdef SM_API
-# undef SM_API
-#endif
-#ifdef STDCALL
-# undef STDCALL
-#endif
-
-#define SM_API(type) type __declspec(dllimport) __stdcall
-#define STDCALL __stdcall
-
-#include <sm_api.h>