gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11471: mingw32 doesn't like DELETE


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11471: mingw32 doesn't like DELETE as a name, so change it.
Date: Thu, 03 Sep 2009 21:38:03 -0600
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11471
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2009-09-03 21:38:03 -0600
message:
  mingw32 doesn't like DELETE as a name, so change it.
modified:
  libnet/rtmp.h
=== modified file 'libnet/rtmp.h'
--- a/libnet/rtmp.h     2009-08-14 13:01:46 +0000
+++ b/libnet/rtmp.h     2009-09-04 03:38:03 +0000
@@ -141,7 +141,7 @@
     } content_types_e;
      typedef enum {
          CREATE = 0x1,         // Client sends event
-         DELETE = 0x2,         // Client sends event
+         DELETE_OBJ = 0x2,     // Client sends event
          REQUEST_CHANGE = 0x3, // Client sends event
          CHANGE = 0x4,         // Server sends event
          SUCCESS_CLIENT = 0x5, // Server sends event


reply via email to

[Prev in Thread] Current Thread [Next in Thread]