]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - vcnet/config.h
Get builds working on Windows again.
[thirdparty/cups.git] / vcnet / config.h
index 5e4d75a601413761119c4ac8ceb552b34ca8911a..a951f5485c970a684438192dcf716e5277e2f97c 100644 (file)
@@ -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)