]> code.delx.au - gnu-emacs/blobdiff - src/msdos.h
(Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
[gnu-emacs] / src / msdos.h
index 8bfbcf2d10c55cd1402bf4c4acce45673d95cb77..dd9b6368e502c6173b87d27b6f3ec234e5fff0fe 100644 (file)
@@ -1,12 +1,12 @@
 /* MS-DOS specific C utilities, interface.
    Copyright (C) 1993, 2001, 2002, 2003, 2004,
-                 2005, 2006 Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -53,7 +53,7 @@ typedef int Pixmap;
 typedef int Display;
 typedef int Window;
 typedef int XRectangle;
-#define PIX_TYPE int
+#define PIX_TYPE unsigned long
 #define XDISPLAY
 
 /* A stripped version of struct x_display_info in xterm.h, which see.  */