Advertisement
Guest User

const.h

a guest
Feb 10th, 2013
1,322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.36 KB | None | 0 0
  1. 21,921,12
  2.  
  3. enum OperatingSystem_t
  4. {
  5.      CLIENTOS_LINUX = 0x01,
  6.      CLIENTOS_WINDOWS = 0x02,
  7.      CLIENTOS_FLASH = 0x03
  8.      CLIENTOS_LINUX = 0x01,
  9.      CLIENTOS_WINDOWS = 0x02,
  10.      CLIENTOS_FLASH = 0x03,
  11. +     CLIENTOS_OTCLIENT_LINUX = 0x0A,
  12. +     CLIENTOS_OTCLIENT_WINDOWS = 0x0B,
  13. +     CLIENTOS_OTCLIENT_MAC = 0x0C,
  14.  };
  15.  
  16. enum ChannelEvent_t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement