Windows: enable CUDA stuff

+ make VS project for for GPUJPEG
This commit is contained in:
Martin Pulec
2013-08-23 15:16:44 +02:00
parent dc40fc274b
commit ac28e9eb17
45 changed files with 1048 additions and 362 deletions

View File

@@ -114,6 +114,10 @@ static ssize_t write_all(fd_t fd, const void *buf, size_t count);
static void * control_thread(void *args);
static void send_response(fd_t fd, struct response *resp);
#ifndef HAVE_LINUX
#define MSG_NOSIGNAL 0
#endif
static ssize_t write_all(fd_t fd, const void *buf, size_t count)
{
char *p = (char *) buf;