summaryrefslogtreecommitdiff
path: root/vcnet
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-07-15 19:57:59 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-07-15 19:57:59 +0000
commit33c9220c0a1c7fa4f26cfc8a123794fff5e49f00 (patch)
tree91b6299c11bd38c108ca9cf05f9f3824be49e956 /vcnet
parent95d03f33750f2b47aabbd898d001d9c3a66cb7b1 (diff)
Get builds working on Windows again.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12031 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'vcnet')
-rw-r--r--vcnet/config.h1
-rw-r--r--vcnet/libcups2.vcproj16
2 files changed, 9 insertions, 8 deletions
diff --git a/vcnet/config.h b/vcnet/config.h
index 5e4d75a60..a951f5485 100644
--- a/vcnet/config.h
+++ b/vcnet/config.h
@@ -57,6 +57,7 @@
* Map the POSIX sleep() and usleep() functions to the Win32 Sleep() function...
*/
+typedef unsigned long useconds_t;
#define sleep(X) Sleep(1000 * (X))
#define usleep(X) Sleep((X)/1000)
diff --git a/vcnet/libcups2.vcproj b/vcnet/libcups2.vcproj
index 2580eb21a..d2f0e4fac 100644
--- a/vcnet/libcups2.vcproj
+++ b/vcnet/libcups2.vcproj
@@ -1041,6 +1041,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\cups\libcups2.def"
+ >
+ </File>
+ <File
RelativePath="..\cups\localize.c"
>
</File>
@@ -1317,10 +1321,6 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\cups\sspi.c"
- >
- </File>
- <File
RelativePath="..\cups\string.c"
>
<FileConfiguration
@@ -1397,6 +1397,10 @@
>
</File>
<File
+ RelativePath="..\cups\tls.c"
+ >
+ </File>
+ <File
RelativePath="..\cups\transcode.c"
>
<FileConfiguration
@@ -1599,10 +1603,6 @@
>
</File>
<File
- RelativePath="..\cups\sspi-private.h"
- >
- </File>
- <File
RelativePath="..\cups\string-private.h"
>
</File>